diff options
| author | ruki <[email protected]> | 2021-11-06 21:46:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-06 21:46:23 +0800 |
| commit | f99e03f31339461d56b00056986bc893aebee057 (patch) | |
| tree | 45559c7b7716ce11914b1d99c0c97d357286baab | |
| parent | 1e4cbd0ad277904bf86366dfba44c965fc640f73 (diff) | |
revert test_build
| -rw-r--r-- | tests/test_utils/test_build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index c08e80dc5..2a42e67d8 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -9,7 +9,7 @@ function test_build:build(argv) os.exec("xmake g -c") -- generic? - os.exec("xmake f -c -vD -y") + os.exec("xmake f -c -D -y") os.exec("xmake") os.exec("xmake p -D") if not is_host("windows") then |
