From 940fa80047fb53b6c1d55a8de9a471019b28ab61 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 7 Oct 2017 17:45:28 -0400 Subject: [PATCH] revert 'Fix deprecation warnings from pthread (#510)' 7847a3ab1139 not everyone will have the newer pthread and the deprecated define probably works on all versions of pthread --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConscript b/SConscript index e4d2eb5ad..80cd09ecc 100644 --- a/SConscript +++ b/SConscript @@ -473,7 +473,7 @@ elif GetOption('release'): if GetOption('static'): if platform == "Windows": - env.Append(CPPDEFINES=['_PTW32_STATIC_LIB']) + env.Append(CPPDEFINES=['PTW32_STATIC_LIB']) if msvc: env.Append(CPPDEFINES=['ZLIB_WINAPI']) else: