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
1 changed files with 4 additions and 0 deletions

View File

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