Update Fundamental, mention it in README and LICENSES

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-25 23:50:36 +01:00
parent f50af730a7
commit fdaf1ec204
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 5 additions and 15 deletions

View file

@ -448,7 +448,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env macos-universal; popd
git clone --depth=1 -b master https://github.com/juce-framework/JUCE.git jucewrapper/JUCE
mkdir jucewrapper/build
mkdir -p jucewrapper/build
pushd jucewrapper/build; cmake -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DCMAKE_BUILD_TYPE=Release .. && make -j $(sysctl -n hw.logicalcpu); popd
mv jucewrapper/build/*_artefacts/Release/AU/*.component bin/
- name: Build macOS universal (packaging)