summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2016-02-20 06:45:00 -0500
committerAnthony Green <green@moxielogic.com>2016-02-20 06:45:00 -0500
commit7c27fcbe09534d261b4098467a3ce258daec2807 (patch)
treee0d0c37f24a1e8a635b50ec751ac07ffe2527343 /msvcc.sh
parent69143d06c6276d09790a4e34f2eb6d37528c08c6 (diff)
parente061243958d63080956887e121d275533570f7cc (diff)
downloadlibffi-7c27fcbe09534d261b4098467a3ce258daec2807.tar.gz
Merge pull request #199 from Pan7/master
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 1621e5f..eef61c8 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"