fix hideous bash bug
This commit is contained in:
parent
eff0e628c9
commit
e59b38343b
@ -26,7 +26,7 @@ then
|
||||
linux*) linking_modes=("0" "1") ;;
|
||||
*) echo "unknown: $OSTYPE"; exit 1 ;;
|
||||
esac
|
||||
execution_engines=("c", "i")
|
||||
execution_engines=("c" "i")
|
||||
else
|
||||
optimization_modes=("-O0")
|
||||
case "$OSTYPE" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user