Allow building from somewhere other than the source directory

--HG--
branch : SDL-1.2
This commit is contained in:
Sam Lantinga 2012-02-04 18:12:20 -05:00
parent 094e07d64f
commit a69a54b626

View file

@ -42,6 +42,7 @@ BUILD_FLAGS_X64="-arch x86_64 -mmacosx-version-min=10.6"
# Find the configure script
#
srcdir=`dirname $0`/..
srcdir=`cd $srcdir && pwd`
auxdir=$srcdir/build-scripts
cd $srcdir