Enables Atlas build on OS X.

This was SVN commit r10300.
This commit is contained in:
historic_bruno 2011-09-20 22:52:21 +00:00
parent 08b4d96cf2
commit 6ff59cbeeb
2 changed files with 0 additions and 12 deletions

View File

@ -16,12 +16,6 @@ with_system_nvtt=false
with_system_enet=false
enable_atlas=true
if [ "`uname -s`" = "Darwin" ]
then
# Atlas is broken on OS X so disable by default
enable_atlas=false
fi
for i in "$@"
do
case $i in

View File

@ -16,12 +16,6 @@ with_system_nvtt=false
with_system_enet=false
enable_atlas=true
if [ "`uname -s`" = "Darwin" ]
then
# Atlas is broken on OS X so disable by default
enable_atlas=false
fi
for i in "$@"
do
case $i in