Don't move the actual executable, just link to it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier 2009-04-26 02:01:25 +00:00
parent 7f42e09be2
commit 6247d6ac43

View File

@ -62,7 +62,7 @@
echo -n "APPL????" >$(BUNDLE)/PkgInfo echo -n "APPL????" >$(BUNDLE)/PkgInfo
<!-- move the binary: --> <!-- move the binary: -->
mv $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
<!-- copy the application icon: --> <!-- copy the application icon: -->
cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns