Skip to content

Commit

Permalink
Makefile: use $(DYLIBBUNDLER)
Browse files Browse the repository at this point in the history
Substitute one remaining occurence of `dylibbunder` with the symbolic name
(variable).
  • Loading branch information
MartinPulec committed Jun 24, 2024
1 parent 9e05752 commit 915cb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ $(GUI_BUNDLE): $(BUNDLE) $(GUI_BUNDLE_DEP)
/usr/local/opt/dbus/lib/libdbus-1.3.dylib \
$(GUI_BUNDLE)/Contents/Frameworks/QtDBus.framework/QtDBus; \
while :; do echo quit; done \
| dylibbundler -of -cd -b -d $(GUI_BUNDLE)/Contents/libs \
| $(DYLIBBUNDLER) -of -cd -b -d $(GUI_BUNDLE)/Contents/libs \
-x $(GUI_BUNDLE)/Contents/Frameworks/QtDBus.framework/QtDBus;\
fi

Expand Down

0 comments on commit 915cb54

Please sign in to comment.