Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Get the full path for the src directory so auxdir works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 20, 2011
1 parent 4e57f04 commit 13c102b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/fatbuild.sh
Expand Up @@ -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

Expand Down

0 comments on commit 13c102b

Please sign in to comment.