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