aboutsummaryrefslogtreecommitdiff
path: root/deps/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'deps/SCsub')
-rw-r--r--deps/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/SCsub b/deps/SCsub
index 1afe1a6..eb27dab 100644
--- a/deps/SCsub
+++ b/deps/SCsub
@@ -39,7 +39,7 @@ def build_lexy(env):
env.Append(CXXFLAGS=["-isystem", lexy_env.Dir("lexy/include")])
env.Append(CXXFLAGS=[""])
env.Append(LIBPATH=[lexy_env.Dir("lexy/src")])
- env.Append(LIBS=[library_name])
+ env.Prepend(LIBS=[library_name])
build_lexy(env) \ No newline at end of file