Skip to content

Commit

Permalink
Tweak build flags to help win/mac side
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Sep 25, 2023
1 parent 99e1ebe commit 6a53ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/package/dpf-plugins/dpf-plugins.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DPF_PLUGINS_VERSION = 0e92714525c0334908a0eb79d6760e06316c2148
DPF_PLUGINS_SITE = $(call github,DISTRHO,DPF-Plugins,$(DPF_PLUGINS_VERSION))
DPF_PLUGINS_BUNDLES = Kars.lv2 MVerb.lv2 Nekobi.lv2 PingPongPan.lv2

DPF_PLUGINS_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) CROSS_COMPILING=true NOOPT=true HAVE_CAIRO=false HAVE_GL=false -C $(@D)
DPF_PLUGINS_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) CROSS_COMPILING=true NOOPT=true HAVE_CAIRO=false HAVE_DGL=false HAVE_OPENGL=false -C $(@D)

define DPF_PLUGINS_BUILD_CMDS
$(DPF_PLUGINS_TARGET_MAKE)
Expand Down
2 changes: 1 addition & 1 deletion plugins/package/mod-mda-lv2/mod-mda-lv2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MOD_MDA_LV2_VERSION = b2df88cb28540856b7ec7d0210809efd7ca6bcd7
MOD_MDA_LV2_SITE = $(call github,moddevices,mda-lv2,$(MOD_MDA_LV2_VERSION))
MOD_MDA_LV2_BUNDLES = mod-mda-Ambience.lv2 mod-mda-BeatBox.lv2 mod-mda-Degrade.lv2 mod-mda-Detune.lv2 mod-mda-DubDelay.lv2 mod-mda-DX10.lv2 mod-mda-EPiano.lv2 mod-mda-JX10.lv2 mod-mda-Leslie.lv2 mod-mda-Overdrive.lv2 mod-mda-Piano.lv2 mod-mda-RePsycho.lv2 mod-mda-RingMod.lv2 mod-mda-RoundPan.lv2 mod-mda-Shepard.lv2 mod-mda-SubSynth.lv2 mod-mda-ThruZero.lv2 mod-mda-Vocoder.lv2

MOD_MDA_LV2_TARGET_WAF = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(HOST_DIR)/usr/bin/python2 ./waf
MOD_MDA_LV2_TARGET_WAF = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(HOST_DIR)/usr/bin/python3 ./waf

define MOD_MDA_LV2_CONFIGURE_CMDS
(cd $(@D); $(MOD_MDA_LV2_TARGET_WAF) configure --prefix=/usr)
Expand Down

0 comments on commit 6a53ad1

Please sign in to comment.