Update JUCE library #1

Open
allanger wants to merge 17 commits from dev into main
5 changed files with 68 additions and 6 deletions
Showing only changes of commit efe63eaf3e - Show all commits

View File

@ -21,7 +21,7 @@ steps:
libfreetype6-dev libfftw3-dev \
libasound2-dev libjack-dev
- |
cmake -B build -S /src \
cmake -B build -S ./ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
- cmake --build build