From c6dfaf0fa2d76b05eaea1cb211b9fbdf47e9e214 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 13 May 2020 14:17:40 +0200 Subject: [PATCH] Makefile: small fix --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e9f9b54c3..2f7bbbabb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -580,10 +580,10 @@ $(BUNDLE): $(TARGET) $(REFLECTOR_TARGET) hd-rum-multi/hd-rum # adds libraries to the bundle $(BUNDLE)/Contents/libs: $(BUNDLE) cp $(REFLECTOR_TARGET) $(TARGET) $(BUNDLE)/Contents/MacOS # copy new execs - repeated dylibbundler on a binary fails - $(MKDIR_P) $(BUNDLE)/Contents/libs; \ + $(MKDIR_P) $(BUNDLE)/Contents/libs for n in $(BUNDLE)/Contents/MacOS/*; \ do echo quit | $(DYLIBBUNDLER) $(DYLIBBUNDLER_FLAGS) -of -p @executable_path/../libs/ -cd -b -x $$n -d $(BUNDLE)/Contents/libs/; \ - done; \ + done rm -rf $(BUNDLE)/Contents/Frameworks $(MKDIR_P) $(BUNDLE)/Contents/Frameworks $(CP) -R data/redists/VideoMasterHD.framework $(BUNDLE)/Contents/Frameworks