diff options
| author | ruki <[email protected]> | 2020-10-28 00:36:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-28 00:36:34 +0800 |
| commit | ea28d8e89bbee5f972c6f8cf019a47e53a823b11 (patch) | |
| tree | 072dc4f10608dbede012f712f86cee299a569940 | |
| parent | fe49ffe9ed9aeaa1c3170af0faa281ece40c281a (diff) | |
add todo
| -rw-r--r-- | xmake/toolchains/musl/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/musl/xmake.lua b/xmake/toolchains/musl/xmake.lua index 4b582c288..f2b2a2d30 100644 --- a/xmake/toolchains/musl/xmake.lua +++ b/xmake/toolchains/musl/xmake.lua @@ -70,4 +70,7 @@ toolchain("musl") if bindir and is_host("windows") then toolchain:add("runenvs", "PATH", bindir) end + + -- add flags for arch + -- TODO end) |
