Fix compile.

This commit is contained in:
Relintai 2021-01-05 19:33:24 +01:00
parent 6f8dafb303
commit 5ea0559839
1 changed files with 4 additions and 0 deletions

View File

@ -56,3 +56,7 @@ def configure(env):
# Link those statically for portability
#if env["use_static_cpp"]:
#env.Append(LINKFLAGS=["-static-libgcc", "-static-libstdc++"])
env.Append(LINKFLAGS=["-ldl"])