summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
authorPan7 <panter@gmx.net>2015-09-14 08:25:09 +0200
committerPan7 <panter@gmx.net>2015-09-14 08:25:09 +0200
commite061243958d63080956887e121d275533570f7cc (patch)
tree1e6af96b5716447d1fe5fd89fe24a1819e95e9be /msvcc.sh
parent17ffc3655a531c116e9eb9cc933e50bb1e5c47f8 (diff)
downloadlibffi-e061243958d63080956887e121d275533570f7cc.tar.gz
Fix configuring msvc compiler
Diffstat (limited to 'msvcc.sh')
-rwxr-xr-xmsvcc.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/msvcc.sh b/msvcc.sh
index 65fbfef..1a6e73f 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -55,6 +55,10 @@ while [ $# -gt 0 ]
do
case $1
in
+ --version)
+ args="-help"
+ shift 1
+ ;;
-fexceptions)
# Don't enable exceptions for now.
#args="$args -EHac"