Skip to content
Snippets Groups Projects
Commit f02d538b authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Makefile.am: Add missing macOS LDFLAGS

parent 28ccc98d
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,8 @@ vlmc_LDADD = \
$(MLTPP_LIBS) \
$(NULL)
vlmc_LDFLAGS=
if HAVE_GUI
vlmc_SOURCES += \
src/Commands/KeyboardShortcutHelper.cpp \
......@@ -223,6 +225,7 @@ vlmc_SOURCES += \
if HAVE_DARWIN
vlmc_SOURCES += src/Gui/preview/RenderWidget.mm
vlmc_LDFLAGS += -Wl,-framework,Cocoa
endif
vlmc_SOURCES += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment