mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Fix compile.
This commit is contained in:
parent
6f8dafb303
commit
5ea0559839
@ -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"])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user