From 095ab891b08842a9827e2147cb6cbb58cf908df6 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 22 May 2022 18:33:01 +0800 Subject: fix path --- xmake/core/base/path.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua index 79eb28c3f..04c386c23 100644 --- a/xmake/core/base/path.lua +++ b/xmake/core/base/path.lua @@ -57,13 +57,13 @@ end function _instance:set(p) self._RAWSTR = tostring(p) - instance:_update() + self:_update() return self end function _instance:transform_set(transform) self._TRANSFORM = transform - instance:_update() + self:_update() return self end -- cgit v1.3.1