Don't move the actual executable, just link to it. (backport from trunk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
echo -n "APPL????" >$(BUNDLE)/PkgInfo
|
||||
|
||||
<!-- move the binary: -->
|
||||
mv $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
|
||||
cp $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
|
||||
|
||||
<!-- copy the application icon: -->
|
||||
cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns
|
||||
|
Reference in New Issue
Block a user