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.

21 lines
362B

  1. #!/bin/bash
  2. set -e
  3. # Preparation
  4. _FLAGS="-Wno-attributes -Wno-deprecated-declarations -Werror -DBUILDING_FOR_CI"
  5. export CFLAGS="${_FLAGS}"
  6. export CXXFLAGS="${_FLAGS}"
  7. export MACOS_OLD=true
  8. export CROSS_COMPILING=true
  9. . /usr/bin/apple-cross-setup.env
  10. # Start clean
  11. make distclean >/dev/null
  12. # Print available features
  13. make features
  14. # Build native stuff
  15. make