From cc0dfe3d9eca8e11bb6c555c36edf3117d80559a Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 23 Aug 2022 22:33:47 +0800 Subject: fix load framework --- xmake/rules/xcode/framework/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/rules/xcode/framework/xmake.lua') diff --git a/xmake/rules/xcode/framework/xmake.lua b/xmake/rules/xcode/framework/xmake.lua index 1dde3eec6..520ccf1b8 100644 --- a/xmake/rules/xcode/framework/xmake.lua +++ b/xmake/rules/xcode/framework/xmake.lua @@ -106,6 +106,7 @@ rule("xcode.framework") os.vcp(target:targetfile(), contentsdir) -- change rpath + -- @see https://github.com/xmake-io/xmake/issues/2679#issuecomment-1221839215 local filename = path.filename(target:targetfile()) local targetfile = path.join(contentsdir, filename) local rpath = path.relative(contentsdir, path.directory(bundledir)) -- cgit v1.3.1