aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/BuildProjectsIOS.sh
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/BuildProjectsIOS.sh')
-rw-r--r--NvCloth/BuildProjectsIOS.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/NvCloth/BuildProjectsIOS.sh b/NvCloth/BuildProjectsIOS.sh
index aa6bca2..5a686c0 100644
--- a/NvCloth/BuildProjectsIOS.sh
+++ b/NvCloth/BuildProjectsIOS.sh
@@ -2,11 +2,7 @@
# Make sure the various variables that we need are set
-export GW_DEPS_ROOT="$PWD""/../../../../../"
-
-if [ -e $PWD"/../../Externals/CMakeModules" ]; then
- export GW_DEPS_ROOT="$PWD""/../../"
-fi
+export GW_DEPS_ROOT="$PWD""/../"
[ -z "$GW_DEPS_ROOT" ] && echo "GW_DEPS_ROOT not defined." && exit 1;