From 6ff59cbeebe5e3a8ee269bf334ab27bc159a7bba Mon Sep 17 00:00:00 2001 From: historic_bruno Date: Tue, 20 Sep 2011 22:52:21 +0000 Subject: [PATCH] Enables Atlas build on OS X. This was SVN commit r10300. --- build/workspaces/update-workspaces-new.sh | 6 ------ build/workspaces/update-workspaces.sh | 6 ------ 2 files changed, 12 deletions(-) diff --git a/build/workspaces/update-workspaces-new.sh b/build/workspaces/update-workspaces-new.sh index 2f5b21f814..95e6644484 100644 --- a/build/workspaces/update-workspaces-new.sh +++ b/build/workspaces/update-workspaces-new.sh @@ -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 diff --git a/build/workspaces/update-workspaces.sh b/build/workspaces/update-workspaces.sh index 7f8b96b4e1..158de70a8a 100755 --- a/build/workspaces/update-workspaces.sh +++ b/build/workspaces/update-workspaces.sh @@ -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