mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-14 00:48:52 +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
|
||||
|
||||
# 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.
|
||||
#env.Depends(module_obj, thirdparty_obj)
|
||||
|
Loading…
Reference in New Issue
Block a user