Open Media Library Platform (Darwin)
This commit is contained in:
commit
5be0d7d916
16 changed files with 273 additions and 0 deletions
16
build/env
Normal file
16
build/env
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue