issues
search
supercollider
/
SuperColliderAU
An AudioUnit wrapper that allows using SuperCollider servers inside AudioUnits hosts on macOS.
47
stars
9
forks
source link
travis: fix and speed up build
#14
Closed
dyfer
closed
4 years ago
dyfer
commented
4 years ago
This PR:
adds
-DCMAKE_OSX_SYSROOT=</path/to/sdk/>
, as indicated in #13, so the build works again
speeds up the build by replacing
before-install...
script with only the portions needed
homebrew updating is turned off
only the needed packages are installed
This PR:
-DCMAKE_OSX_SYSROOT=</path/to/sdk/>
, as indicated in #13, so the build works againbefore-install...
script with only the portions needed