X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2FBoostUnitTests.py;h=18442e3d4e9bbc4b11fddf0181e67c93723799fc;hb=b7e2a1f7d0b8f4ee4d47030ebbc1316c72011ce9;hp=3733455dec7c6da25375c66ee11031c39ff56627;hpb=e9f3f713ebd30170474b2f3f2b060a001aa9b422;p=senf.git diff --git a/senfscons/BoostUnitTests.py b/senfscons/BoostUnitTests.py index 3733455..18442e3 100644 --- a/senfscons/BoostUnitTests.py +++ b/senfscons/BoostUnitTests.py @@ -34,7 +34,7 @@ def BoostUnitTests(env, target, objects, test_sources=None, LIBS = [], OBJECTS = else: test_sources = [] testEnv = env.Copy(**kw) - testEnv.Prepend(_LIBFLAGS = ' -Wl,-Bstatic -l$BOOSTTESTLIB -Wl,-Bdynamic ') + testEnv.Prepend(_LIBFLAGS = ' -Wl,-Bstatic -l$BOOSTTESTLIB -l$BOOSTFSLIB -Wl,-Bdynamic ') testEnv.Prepend(LIBS = LIBS) all_objects = [] if not objects: