diff options
| author | ruki <[email protected]> | 2020-11-16 22:34:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-16 22:34:08 +0800 |
| commit | be6cbed0f68ab1ac19a46c2234be7e66b3b2a461 (patch) | |
| tree | fa2eb43bb45f5244b168a14ad3ad2bc1dfc2ed9c /xmake/platforms/linux/xmake.lua | |
| parent | ffc6d4548d70deda6c9a0a8bd8c6d33c969ece32 (diff) | |
add mingw support for bsd
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 1df30ea1a..1f70ed35e 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -25,7 +25,7 @@ platform("linux") set_os("linux") -- set hosts - set_hosts("macosx", "linux", "windows") + set_hosts("macosx", "linux", "windows", "bsd") -- set archs set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el") |
