Skip to content

Commit

Permalink
update Linux release script
Browse files Browse the repository at this point in the history
Ubuntu 16.04 no like PortAudio...
no specifie linky linkity for target "JACK::jacky"

extern/portaudio/cmake/modules/FindJACK.cmake:65
  • Loading branch information
tildearrow committed Sep 7, 2023
1 parent a070988 commit 43a1156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ fi

cd linuxbuild

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-O3" -DCMAKE_CXX_FLAGS="-O3 -Wall -Wextra -Wno-unused-parameter -Werror" -DWITH_DEMOS=ON -DWITH_INSTRUMENTS=ON -DWITH_WAVETABLES=ON .. || exit 1
# -DWITH_PORTAUDIO=OFF: Ubuntu 16.04 doesn't like it
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-O3" -DCMAKE_CXX_FLAGS="-O3 -Wall -Wextra -Wno-unused-parameter -Werror" -DWITH_PORTAUDIO=OFF -DWITH_DEMOS=ON -DWITH_INSTRUMENTS=ON -DWITH_WAVETABLES=ON .. || exit 1
make -j4 || exit 1

cd ..
Expand Down

0 comments on commit 43a1156

Please sign in to comment.