Removed a now unnecessary SConscript call.

This commit is contained in:
Relintai 2020-12-28 23:13:10 +01:00
parent 2e48e3c4ec
commit 13350b545e

View File

@ -135,14 +135,13 @@ env_base.Prepend(CPPPATH=["#libs"])
env_base.Prepend(LINKFLAGS=["-lpthread"])
env_base.Append(CXX=["-o3"])
#env_base.Append(CXX=["-g"])
#env_base.Append(CXX=["-g2"])
env = env_base.Clone()
Export("env")
SConscript("libs/bbcpp/SCsub")
SConscript("core/SCsub")
for d in database_list: