summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-25 22:14:06 +0800
committerruki <[email protected]>2021-09-25 22:14:06 +0800
commit55b850aadb0e9bcf2d72aea8697ec3392f966c22 (patch)
tree3eaa47f1a8174b1e911beb98f3ed2f482d4461be
parent697d7cc20e1e2914e72e396cf3158d9893a04e66 (diff)
improve gcc framework
-rw-r--r--xmake/modules/core/tools/gcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua
index 8d404f2dc..952f89dff 100644
--- a/xmake/modules/core/tools/gcc.lua
+++ b/xmake/modules/core/tools/gcc.lua
@@ -276,7 +276,7 @@ end
-- make the frameworkdir flag
function nf_frameworkdir(self, frameworkdir)
- return {"-F", path.translate(frameworkdir)}
+ return {"-F" .. path.translate(frameworkdir)}
end
-- make the c precompiled header flag