Merge branch 'master' of github-softcoder-megaglest:MegaGlest/megaglest-source

This commit is contained in:
SoftCoder 2013-12-30 13:12:29 -08:00
commit 450e23c85c

View File

@ -140,6 +140,10 @@ case $distribution in
;; ;;
esac esac
;; ;;
Arch)
echo 'Turning ON dynamic LIBS ...'
EXTRA_CMAKE_OPTIONS="${EXTRA_CMAKE_OPTIONS} -DWANT_STATIC_LIBS=OFF"
;;
esac esac
#exit 1; #exit 1;