diff options
| author | ruki <[email protected]> | 2020-04-03 23:18:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-03 14:20:20 +0800 |
| commit | b49cfd13fc19b42ecce4ae9077e3ba51a46a5fcb (patch) | |
| tree | ff9ad749278725525951c0d836a018fc416b0ca1 /xmake/core | |
| parent | 9783d272988b51843869af98e0c53fa00cf9c902 (diff) | |
enable symbols.extract for other langs
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/project/target.lua | 2 |
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 |
