17 lines
486 B
Text
17 lines
486 B
Text
|
build=`pwd`
|
||
|
cd ../..
|
||
|
base=`pwd`
|
||
|
dist=$base/dist
|
||
|
src=$base/src
|
||
|
prefix=$base
|
||
|
|
||
|
export PATH=$base/osx/build/bin:$PATH
|
||
|
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=0
|
||
|
export PKG_CONFIG_ALLOW_SYSTEM_LIBS=0
|
||
|
export PKG_CONFIG_LIBDIR=$prefix/lib/pkgconfig
|
||
|
export PKG_CONFIG_PATH=$prefix/lib/pkgconfig
|
||
|
#export CFLAGS="-arch i386 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.5"
|
||
|
#export LDFLAGS="-arch i386 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.5"
|
||
|
|
||
|
cd $build
|