mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Get the full path for the src directory so auxdir works correctly
This commit is contained in:
parent
e5554f4f2a
commit
cf218dc428
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user