develop #50

Merged
cromer merged 47 commits from develop into master 2022-09-02 00:37:34 -04:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit e981295e5f - Show all commits

View File

@ -82,6 +82,8 @@ elif env['platform'] == "windows":
# that way you can run scons in a vs 2017 prompt and it will find all the required tools
env.Append(ENV=os.environ)
env.Append(CXXFLAGS=['-std=c++17'])
env.Append(LINKFLAGS=[
'--static',
'-Wl,--no-undefined',