File: wrapper.sh

package info (click to toggle)
libgig 4.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,804 kB
  • sloc: cpp: 22,698; sh: 5,063; makefile: 145
file content (8 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
export WITH_INSTALL=1
export BUILD_BASE_DIR=$PWD/../temp_build
export CONFIG_OPTIONS="--disable-shared"
export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig"
export UB_PRODUCTS="bin/dlsdump bin/gigextract bin/rifftree bin/gigdump lib/libgig.a"
export CFLAGS="-framework CoreFoundation"
export CXXFLAGS="$CFLAGS"
source $PROJECT_DIR/autoconf_builder.sh