summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-03 23:18:09 +0800
committerruki <[email protected]>2020-04-03 14:20:20 +0800
commitb49cfd13fc19b42ecce4ae9077e3ba51a46a5fcb (patch)
treeff9ad749278725525951c0d836a018fc416b0ca1 /xmake/core
parent9783d272988b51843869af98e0c53fa00cf9c902 (diff)
enable symbols.extract for other langs
Diffstat (limited to 'xmake/core')
-rw-r--r--xmake/core/project/target.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index 8f6a5220f..4d244ee4f 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -1268,7 +1268,7 @@ function _instance:dependfile(objectfile)
-- make dependent file
-- full file name(not base) to avoid name-clash of original file
- return path.join(self:dependir(), relativedir, path.basename(originfile) .. ".d")
+ return path.join(self:dependir(), relativedir, path.filename(originfile) .. ".d")
end
-- get the dependent include files