mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 09:40:18 +00:00
Fixed prev commit: copy to bundle, not bin
This commit is contained in:
@@ -472,7 +472,7 @@ bundle-nolib: all
|
||||
cp $(TARGET) $(BUNDLE)/Contents/MacOS/
|
||||
cp $(REFLECTOR_TARGET) $(BUNDLE)/Contents/MacOS/
|
||||
cp -r data/MacOS-bundle-template/* $(BUNDLE)/
|
||||
make -C hd-rum-multi; cp hd-rum-multi/hd-rum bin
|
||||
make -C hd-rum-multi; cp hd-rum-multi/hd-rum $(BUNDLE)/Contents/MacOS/
|
||||
|
||||
bundle: bundle-nolib
|
||||
@if `which dylibbundler`; then \
|
||||
|
||||
Reference in New Issue
Block a user