From ded1a93f8f9cdb86c38b37f97915f9452e822fa5 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 31 Aug 2022 22:45:05 +0800 Subject: improve to install framework --- xmake/rules/xcode/framework/xmake.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (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 687b67208..6fffa8f46 100644 --- a/xmake/rules/xcode/framework/xmake.lua +++ b/xmake/rules/xcode/framework/xmake.lua @@ -172,9 +172,7 @@ rule("xcode.framework") if not os.isdir(installdir) then os.mkdir(installdir) end - -- TODO we should improve os.cp to support symlink - --os.vcp(bundledir, installdir, {symlink = true}) - appbuild.copy_frameworks(bundledir, installdir) + os.vcp(bundledir, installdir, {symlink = true}) end end) -- cgit v1.3.1