From 8e53201660411690a0d8b91bea5723b1ffc8ba32 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sun, 10 Sep 2023 13:48:43 -0400 Subject: Fix library linkage issues --- deps/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps') 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 -- cgit v1.2.3-56-ga3b1