diff options
| author | ruki <[email protected]> | 2019-02-18 23:52:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-02-18 17:14:07 +0800 |
| commit | 675353dcc422de761ebfe76f3857b98392d58e51 (patch) | |
| tree | 098c52c4630f98faf1a0e416a2f8fc48babdb2ca | |
| parent | 3cec39ae2bde30ac922581303c157e207abb52d5 (diff) | |
fix scopeinfo bug
| -rw-r--r-- | xmake/core/base/scopeinfo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/scopeinfo.lua b/xmake/core/base/scopeinfo.lua index 73a5e4cc2..49f333428 100644 --- a/xmake/core/base/scopeinfo.lua +++ b/xmake/core/base/scopeinfo.lua @@ -304,7 +304,7 @@ function _instance:_api_set_pathes(name, ...) values = table.join(unpack(values)) -- translate pathes - local pathes = self:_api_translate_pathes(values) + local pathes = interp:_api_translate_pathes(values) -- save values scope[name] = self:_api_handle(pathes) |
