mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
Removed a now unnecessary SConscript call.
This commit is contained in:
parent
2e48e3c4ec
commit
13350b545e
@ -135,14 +135,13 @@ env_base.Prepend(CPPPATH=["#libs"])
|
|||||||
env_base.Prepend(LINKFLAGS=["-lpthread"])
|
env_base.Prepend(LINKFLAGS=["-lpthread"])
|
||||||
|
|
||||||
env_base.Append(CXX=["-o3"])
|
env_base.Append(CXX=["-o3"])
|
||||||
|
#env_base.Append(CXX=["-g"])
|
||||||
#env_base.Append(CXX=["-g2"])
|
#env_base.Append(CXX=["-g2"])
|
||||||
|
|
||||||
env = env_base.Clone()
|
env = env_base.Clone()
|
||||||
|
|
||||||
Export("env")
|
Export("env")
|
||||||
|
|
||||||
SConscript("libs/bbcpp/SCsub")
|
|
||||||
|
|
||||||
SConscript("core/SCsub")
|
SConscript("core/SCsub")
|
||||||
|
|
||||||
for d in database_list:
|
for d in database_list:
|
||||||
|
Loading…
Reference in New Issue
Block a user