diff options
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 2 |
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 |
