summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 8c74b1db8e..d8ccc0b19e 100755
--- a/configure
+++ b/configure
@@ -54,9 +54,9 @@ function print_opengl_flags {
}
# Load dependencies
-source scripts/${MASON_PLATFORM}/configure.sh
-if [ -e scripts/${MASON_PLATFORM}/${MASON_PLATFORM_VERSION}/configure.sh ]; then
- source scripts/${MASON_PLATFORM}/${MASON_PLATFORM_VERSION}/configure.sh
+source platform/${MASON_PLATFORM}/scripts/configure.sh
+if [ -e platform/${MASON_PLATFORM}/scripts/${MASON_PLATFORM_VERSION}/configure.sh ]; then
+ source platform/${MASON_PLATFORM}/scripts/${MASON_PLATFORM_VERSION}/configure.sh
fi
PYTHON=`which python || abort 'Cannot find python'`