diff options
Diffstat (limited to 'xmake/core/base/path.lua')
| -rw-r--r-- | xmake/core/base/path.lua | 2 |
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 |
