Skip to content

Commit

Permalink
don't use alternate PWT32_STATIC_LIB define in msvc either
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Oct 13, 2017
1 parent 3c2de70 commit 9c095ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -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'])
Expand Down

0 comments on commit 9c095ff

Please sign in to comment.