From 7294347a9bada759fb39003902fb7087e8082196 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 1 Nov 2023 09:10:19 +0100 Subject: [PATCH] Makefile: added deps on bundle dir This should now work as expected because the build stuff has been changed/fixed since the "todo" was written. --- Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2b00a605c..aa0e967b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -643,9 +643,7 @@ $(GUI_BUNDLE): $(BUNDLE) $(GUI_BUNDLE_DEP) bundle: $(BUNDLE) gui-bundle: $(GUI_BUNDLE) -## @todo Add correct dependencies (using $(GUI_BUNDLE)/Contents/libs causes -## uv-qt rebuild which breaks fixed links by macdeployqt) -osx-gui-dmg: +osx-gui-dmg: $(GUI_BUNDLE) [ ! -f UltraGrid.dmg ] || rm UltraGrid.dmg hdiutil create -fs HFS+ -volname ULTRAGRID -srcdir $(GUI_BUNDLE) -format UDZO -imagekey zlib-level=9 -o UltraGrid.dmg