Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build-haiku.sh 253B

1234567891011
  1. #!/bin/sh
  2. export HAIKU=true
  3. export CC=gcc-x86
  4. export CXX=g++-x86
  5. export MOC_QT4=moc-x86
  6. export RCC_QT4=rcc-x86
  7. export UIC_QT4=uic-x86
  8. export PKG_CONFIG_PATH=/boot/home/config/develop/lib/x86/pkgconfig:/boot/system/non-packaged/lib/pkgconfig
  9. exec "$@"