diff options
| author | ruki <[email protected]> | 2024-02-06 22:50:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-02-06 22:50:38 +0800 |
| commit | b74097ad5fa27dd871ef4cdc6e342342eaca6192 (patch) | |
| tree | 578fe67b6bd40611e156e61047f02df50fb1c394 /tests/projects | |
| parent | 78a1a52f425010571eda84ab1cefeb11d78c20c8 (diff) | |
update changelog and readme
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/c/cosmocc/console/test.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/projects/c/cosmocc/console/test.lua b/tests/projects/c/cosmocc/console/test.lua deleted file mode 100644 index d6ef2e8da..000000000 --- a/tests/projects/c/cosmocc/console/test.lua +++ /dev/null @@ -1,8 +0,0 @@ -function main(t) - if is_subhost("msys", "cygwin") then - os.exec("xmake f -y -p windows -vD") - os.exec("xmake -vD") - elseif is_host("macosx", "linux") then - os.exec("xmake -y -vD") - end -end |
