mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
Makefile: do not rebuild when creating a DMG [mac]
Do not rebuild a GUI target when creating a DMG - on the executable has been already run macdeployqt and thus library paths are already fixed.
This commit is contained in:
@@ -644,7 +644,9 @@ bundle-nolib: $(BUNDLE)
|
||||
bundle: $(BUNDLE)/Contents/libs
|
||||
gui-bundle: $(GUI_BUNDLE)/Contents/libs
|
||||
|
||||
osx-gui-dmg: $(GUI_BUNDLE)/Contents/libs
|
||||
## @todo Add correct dependencies (using $(GUI_BUNDLE)/Contents/libs causes
|
||||
## uv-qt rebuild which breaks fixed links by macdeployqt)
|
||||
osx-gui-dmg:
|
||||
[ ! -f UltraGrid.dmg ] || rm UltraGrid.dmg
|
||||
hdiutil create -volname ULTRAGRID -srcdir $(GUI_BUNDLE) -format UDZO -imagekey zlib-level=9 -o UltraGrid.dmg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user