summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-07 00:07:14 +0800
committerruki <[email protected]>2023-01-06 18:45:02 +0800
commitcd41fd1b0a40da26d14ea9d3512436b7571f07dc (patch)
treedc1c4a7a925253ba4746cc9611265e831b75c2bc /xmake/core/base/os.lua
parent41a79045a74bccf4804a8ba11ef841ac18e403ab (diff)
fix xmake install
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)