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.

12 lines
255B

  1. #!/bin/bash
  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 "$@"