diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 516172b2605..0cec4b140f2 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -151,7 +151,7 @@ if (VCVERS >= 1400) { // Set some debug/release specific options ADD_FLAG('CFLAGS', ' /RTC1 '); } - ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION =1 '); + ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION=1 '); } ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');