summaryrefslogtreecommitdiff
path: root/xmake/core/base/path.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/path.lua')
-rw-r--r--xmake/core/base/path.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua
index 26ac901db..421797f07 100644
--- a/xmake/core/base/path.lua
+++ b/xmake/core/base/path.lua
@@ -36,7 +36,7 @@ function _instance.new(p, transform)
instance._RAWSTR = p
instance._TRANSFORM = transform
setmetatable(instance, _instance)
- table.wraplock(instance)
+ table.wrap_lock(instance)
instance:_update()
return instance
end