From 6919b35eb4db41c5e9db92022cee08db044b5805 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 14 Apr 2004 16:00:01 +0000 Subject: [PATCH] resources must be copied, cannot be symlinked git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/mac_bundles.bkl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 91567f48ed..ca4441b8f6 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -58,8 +58,8 @@ ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) - ln -sf $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc - ln -sf $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns + cp -f $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc + cp -f $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns -- 2.45.2