summaryrefslogtreecommitdiffstats
path: root/config-msvc
diff options
context:
space:
mode:
Diffstat (limited to 'config-msvc')
-rwxr-xr-xconfig-msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-msvc b/config-msvc
index 56d752e4..36c4aab2 100755
--- a/config-msvc
+++ b/config-msvc
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
set -x
-if echo $PATH | grep -q /mingw64; then
+if cl 2>&1 | grep -q 'for x64'; then
wordsize=64
else
wordsize=32