DISTRHO Plugin Framework
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.

18 lines
266B

  1. #!/bin/bash
  2. set -e
  3. # Preparation
  4. _FLAGS="-DDISTRHO_NO_WARNINGS -Werror"
  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 clean >/dev/null
  12. # Build now
  13. make