Skip to content
Snippets Groups Projects
Commit 1d158d50 authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Fixed sconstruct

parent 9f5e1c75
Branches godot3
No related tags found
No related merge requests found
.*
*.o
*.so
*.dll
*.lib
*.dylib
*.os
*.import
......@@ -78,7 +78,7 @@ elif env['platform'] in ('x11', 'linux'):
env.Append(CXXFLAGS=['-std=c++17'])
elif env['platform'] == "windows":
env['target_path'] += 'win64/'
env['target_path'] += 'win/'
cpp_library += '.windows'
env.Append(ENV=os.environ)
env.Append(CPPDEFINES=['NOMINMAX'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment