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