diff options
| -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 e497b1573..abe45bc7b 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -473,7 +473,7 @@ end function target:symbolfile() -- the target directory - local targetdir = self:get("targetdir") or config.buildir() + local targetdir = self:targetdir() or config.buildir() assert(targetdir and type(targetdir) == "string") -- the symbol file name |
