mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 15:40:14 +00:00
Makefile macOS: fix missing space
doesn't seem to be causing problems so far
This commit is contained in:
@@ -626,7 +626,7 @@ $(GUI_BUNDLE): $(BUNDLE) $(GUI_BUNDLE_DEP)
|
||||
if [ $(MACOS_LEGACY) = no ]; then \
|
||||
for n in $(GUI_BUNDLE)/Contents/MacOS/*; do \
|
||||
if expr $$n : '.*-real$$' >/dev/null || expr $$n : '.*\.sh$$' >/dev/null || \
|
||||
[ !-f $$n ]; then continue; fi; \
|
||||
[ ! -f $$n ]; then continue; fi; \
|
||||
mv -f $$n $$n-real; dsymutil $$n-real; \
|
||||
$(CP) -f $(srcdir)/data/scripts/macos-wrapper $$n; \
|
||||
done; \
|
||||
|
||||
Reference in New Issue
Block a user