diff options
| author | ruki <[email protected]> | 2024-09-23 23:21:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-23 23:21:02 +0800 |
| commit | c5ca153c113d2681340052d2f6c97eb027c8a33d (patch) | |
| tree | 94ea82f4ed6dc16b0f3b83f28283fef87115c756 /tests/test_utils/test_build.lua | |
| parent | fdfac33bc1dcc7b13acd5ff3d24a5151f3bafab8 (diff) | |
fix testbuild for v3.0
Diffstat (limited to 'tests/test_utils/test_build.lua')
| -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 b456d7749..b08ab54a6 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -3,7 +3,7 @@ local test_build = {} function test_build:build(argv) os.exec("xmake f -c -D -y") os.exec("xmake") - os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") + os.exec("xmake f -c -D -y --policies=compatibility.version:3.0") os.exec("xmake -r") end |
