mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-20 19:42:28 +01:00
Remove temp code.
This commit is contained in:
parent
6eb37ff901
commit
d9a03e7eab
@ -47,11 +47,5 @@ if env["tools"]:
|
|||||||
|
|
||||||
env.modules_sources += module_obj
|
env.modules_sources += module_obj
|
||||||
|
|
||||||
# Temp TODO Remove
|
|
||||||
if env_navigation_mesh_generator.msvc:
|
|
||||||
env_navigation_mesh_generator.Append(CXXFLAGS=['/std:c++17'])
|
|
||||||
else:
|
|
||||||
env_navigation_mesh_generator.Append(CXXFLAGS=['-std=c++17'])
|
|
||||||
|
|
||||||
# Needed to force rebuilding the module files when the thirdparty library is updated.
|
# Needed to force rebuilding the module files when the thirdparty library is updated.
|
||||||
#env.Depends(module_obj, thirdparty_obj)
|
#env.Depends(module_obj, thirdparty_obj)
|
||||||
|
Loading…
Reference in New Issue
Block a user