This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Use --example-tools in jack2 builds
Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX
3 years ago
parent
ea4271c795
commit
1fe951fe2e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build-jack2.sh
+ 1
- 1
build-jack2.sh
View File
@@ -39,7 +39,7 @@ fi
# ---------------------------------------------------------------------------------------------------------------------
# jack2
jack2_args="--prefix=${jack2_prefix}"
jack2_args="--
example-tools --
prefix=${jack2_prefix}"
if [ "${CROSS_COMPILING}" -eq 1 ]; then
if [ "${LINUX}" -eq 1 ]; then
Write
Preview
Loading…
Cancel
Save