]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't move the actual executable, just link to it.
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 26 Apr 2009 02:01:25 +0000 (02:01 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 26 Apr 2009 02:01:25 +0000 (02:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/mac_bundles.bkl

index 96847db952301aa4f59a9498362449f35312dc79..8e4527cd127d5810f2f6ef404ae2819183c8ea9e 100644 (file)
@@ -62,7 +62,7 @@
                 echo -n "APPL????" >$(BUNDLE)/PkgInfo
 
                 <!-- 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: -->
                 cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns