Browse Source

Fix distrho-juce-7.0 build

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 14 hours ago
parent
commit
ef9a9da606
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      sources/libs/distrho-juce-7.0/debian/changelog
  2. +2
    -1
      sources/libs/distrho-juce-7.0/debian/rules

+ 1
- 1
sources/libs/distrho-juce-7.0/debian/changelog View File

@@ -1,4 +1,4 @@
distrho-juce-7.0 (6:7.0.9+git2024-11-07-1kxstudio1) focal; urgency=medium
distrho-juce-7.0 (6:7.0.9+git2024-11-07-1kxstudio2) focal; urgency=medium

* Update



+ 2
- 1
sources/libs/distrho-juce-7.0/debian/rules View File

@@ -1,5 +1,6 @@
#!/usr/bin/make -f

KXSTUDIO_NO_LTO = y
include /usr/share/dpkg/kxstudio.mk

export CXXFLAGS += -DJUCER_ENABLE_GPL_MODE=1
@@ -13,7 +14,7 @@ override_dh_auto_configure:

override_dh_auto_build:
dh_auto_build
make -C extras/Projucer/Builds/LinuxMakefile CONFIG=Release -j $(nproc)
make -C extras/Projucer/Builds/LinuxMakefile CONFIG=Release -j 2

override_dh_auto_clean:
dh_auto_clean


Loading…
Cancel
Save