summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index b28381ccd..dcd7cca8b 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -50,6 +50,7 @@ os.SYSERR_UNKNOWN = -1
os.SYSERR_NONE = 0
os.SYSERR_NOT_PERM = 1
os.SYSERR_NOT_FILEDIR = 2
+os.SYSERR_NOT_ACCESS = 3
-- copy single file or directory
function os._cp(src, dst, rootdir, opt)