Skip to content

Commit

Permalink
Makefile: added deps on bundle dir
Browse files Browse the repository at this point in the history
This should now work as expected because the build stuff has been
changed/fixed since the "todo" was written.
  • Loading branch information
MartinPulec committed Nov 1, 2023
1 parent 029a8f3 commit 7294347
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7294347

Please sign in to comment.