diff options
-rw-r--r-- | win32/build/config.w32 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 9c120bf80a..1642d42caa 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -14,9 +14,6 @@ toolset_setup_compiler(); // do we use x64 or 80x86 version of compiler? X64 = toolset_is_64(); -if (!X64) { - ERROR("64-bit compiler required"); -} toolset_setup_arch(); toolset_setup_linker(); |