diff --git a/src/etc/local_stage0.sh b/src/etc/local_stage0.sh index 56ebd4f140f52..41dea2eeff4a1 100755 --- a/src/etc/local_stage0.sh +++ b/src/etc/local_stage0.sh @@ -21,19 +21,16 @@ case $OS in ("Linux"|"FreeBSD"|"DragonFly") BIN_SUF= LIB_SUF=.so - break ;; ("Darwin") BIN_SUF= LIB_SUF=.dylib - break ;; (*) BIN_SUF=.exe LIB_SUF=.dll LIB_DIR=bin LIB_PREFIX= - break ;; esac