mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-18 23:18:06 +01:00
don't use alternate PWT32_STATIC_LIB define in msvc either
This commit is contained in:
parent
3c2de70564
commit
9c095ff3d7
@ -473,7 +473,7 @@ elif GetOption('release'):
|
||||
|
||||
if GetOption('static'):
|
||||
if platform == "Windows":
|
||||
if compilePlatform == "Windows":
|
||||
if compilePlatform == "Windows" and not msvc:
|
||||
env.Append(CPPDEFINES=['_PTW32_STATIC_LIB'])
|
||||
else:
|
||||
env.Append(CPPDEFINES=['PTW32_STATIC_LIB'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user