aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ecb4b4f..a3a7ea4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -91,7 +91,7 @@ st = env.Clone(
91 91
92# link with liblitmus 92# link with liblitmus
93rt = env.Clone( 93rt = env.Clone(
94 LIBS = 'litmus', 94 LIBS = Split('litmus rt'),
95 LIBPATH = '.' 95 LIBPATH = '.'
96) 96)
97rt.Append(LINKFLAGS = '-static') 97rt.Append(LINKFLAGS = '-static')