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 do
case $1 case $1
in in
--version)
args="-help"
shift 1
;;
-fexceptions) -fexceptions)
# Don't enable exceptions for now. # Don't enable exceptions for now.
#args="$args -EHac" #args="$args -EHac"