aboutsummaryrefslogtreecommitdiffstats
path: root/win32/configure.bat
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-19 21:06:57 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-19 23:30:04 +1200
commitd17344cfc56edc4599252041b3ec0d46af0851fd (patch)
tree5f454cf938013797138b68579d51af03c97afbcb /win32/configure.bat
parent40f8c82b960041d29aba028cc9fe01177bdc4f84 (diff)
downloadruby-d17344cfc56edc4599252041b3ec0d46af0851fd.tar.gz
Remove IA64 support.
Diffstat (limited to 'win32/configure.bat')
-rwxr-xr-xwin32/configure.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index fa8966e0c9..b141bfc546 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -101,8 +101,7 @@ goto :loop ;
:target
echo>> ~tmp~.mak "%~2" \
echo>>confargs.tmp --target=%2 \
- if "%~2" == "x64-mswin64" goto target2
- if NOT "%~2" == "ia64-mswin64" goto target3
+ if NOT "%~2" == "x64-mswin64" goto target3
:target2
echo>> ~tmp~.mak "TARGET_OS=mswin64" \
:target3