don't use alternate PWT32_STATIC_LIB define in msvc either

This commit is contained in:
jacob1 2017-10-13 00:47:07 -04:00
parent 3c2de70564
commit 9c095ff3d7

View File

@ -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'])