diff options
| author | Caleb Kiage <[email protected]> | 2023-07-14 00:20:48 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-14 00:20:48 +0300 |
| commit | 4abf3c141a2cd43a78a96d05604b6d95550569e6 (patch) | |
| tree | d60cc3403bc8ae7bbe540202d9d2f1fbbb9d3f45 | |
| parent | 3a9712b107411c445007fa1ef1230d92e97eeac3 (diff) | |
Update os.lua
| -rw-r--r-- | xmake/core/base/os.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index a8659d4f2..bb2ebec53 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -1002,7 +1002,6 @@ end -- get the system null device function os.nuldev(input) - -- mingw and cygwin have /dev/null if input then if os.host() == "windows" then -- init the input nuldev |
