Get the full path for the src directory so auxdir works correctly
This commit is contained in:
parent
a8439b9553
commit
b490a90556
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue