From 7a4e7376e1422964cb7a456f772104e28003f4d2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 16 Dec 2015 14:05:23 -0800 Subject: Move platform scripts into platforms --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') 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'` -- cgit v1.2.1