diff options
| m--------- | core/src/tbox/tbox | 0 | ||||
| -rw-r--r-- | xmake/core/base/os.lua | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject f4970bcd0fcc05b09742452a4b3b3d2d1055569 +Subproject d27f2807173dbc787582b6169e8e854a0ef396f diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index 4b57e02f5..6923aaa0c 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -434,9 +434,6 @@ end -- link file or directory to the new symfile function os.ln(srcpath, dstpath) - if os.host() == "windows" then - return false, string.format("symlink is not supported!") - end if not os.link(srcpath, dstpath) then return false, string.format("cannot link %s to %s, %s", srcpath, dstpath, os.strerror()) end |
