diff options
| author | ruki <[email protected]> | 2023-12-12 00:43:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-12 00:43:27 +0800 |
| commit | 875332d80dcfe30e0d31156d5b6e4936665e6163 (patch) | |
| tree | 675548fdfcae84d9fdf97a0a05e535ba3c72964a /xmake/platforms/linux/xmake.lua | |
| parent | 7d04cac9b2f8b50fb6b89fae1922ea595f28e070 (diff) | |
format platform codes
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 1d67f133a..1fdea4ea7 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -18,31 +18,19 @@ -- @file xmake.lua -- --- define platform platform("linux") - - -- set os set_os("linux") - - -- set hosts set_hosts("macosx", "linux", "windows", "bsd") - - -- set archs set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el", "loongarch64") - -- set formats set_formats("static", "lib$(name).a") set_formats("object", "$(name).o") set_formats("shared", "lib$(name).so") set_formats("symbol", "$(name).sym") - -- set install directory set_installdir("/usr/local") - - -- set toolchains set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "go", "rust", "swift", "gfortran", "zig", "fpc", "nim") - -- set menu set_menu { config = { |
