Fix configuring msvc compiler

This commit is contained in:
Pan7
2015-09-14 08:25:09 +02:00
parent 17ffc3655a
commit e061243958

View File

@@ -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"