Skip to content

Commit

Permalink
s/MODAPP/MOD_DESKTOP/
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 1, 2024
1 parent 2b7fee0 commit 8ac6a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif
# libraries
LIBS = $(shell pkg-config --libs lilv-0)

ifeq ($(MODAPP),1)
ifeq ($(MOD_DESKTOP),1)
LIBS += $(subst -ljack ,-ljackserver ,$(shell pkg-config --libs jack))
ifneq ($(MACOS)$(WINDOWS),true)
LIBS += -Wl,-rpath,'$$ORIGIN/..'
Expand Down

0 comments on commit 8ac6a8f

Please sign in to comment.