mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-08 08:23:54 +02:00
Merge pull request #239 from wolfy1339/patch-1
Fix SConscript error when using --wall
This commit is contained in:
commit
7676f739a0
@ -352,7 +352,7 @@ elif not GetOption('help'):
|
||||
|
||||
if not msvc:
|
||||
if platform == "Windows":
|
||||
env.Append(CCFLAGS=['-std=gnu++98'])
|
||||
env.Append(CXXFLAGS=['-std=gnu++98'])
|
||||
else:
|
||||
env.Append(CXXFLAGS=['-std=c++98'])
|
||||
env.Append(CXXFLAGS=['-Wno-invalid-offsetof'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user