Commit b490a905 authored by Sam Lantinga's avatar Sam Lantinga

Get the full path for the src directory so auxdir works correctly

parent a8439b95
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment