From 675353dcc422de761ebfe76f3857b98392d58e51 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 18 Feb 2019 23:52:21 +0800 Subject: fix scopeinfo bug --- xmake/core/base/scopeinfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1