summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/test_base.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-09 14:05:54 +0800
committerGitHub <[email protected]>2025-10-09 14:05:54 +0800
commit3a2c66848cab8f59b9c96b777ceadde7064cd38d (patch)
treeb8bc7dd7df004fd58b9a464611e19c8016524c6e /tests/projects/c++/modules/test_base.lua
parentefe96186ac2678b006a00b86e75b2c6346398ab4 (diff)
parentaf2c3462e2897f203d2f846fc1802b192e4e12ad (diff)
Merge pull request #6908 from xmake-io/hash
reuse rand32
Diffstat (limited to 'tests/projects/c++/modules/test_base.lua')
-rw-r--r--tests/projects/c++/modules/test_base.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_base.lua b/tests/projects/c++/modules/test_base.lua
index 0a0d07dae..6abbeecee 100644
--- a/tests/projects/c++/modules/test_base.lua
+++ b/tests/projects/c++/modules/test_base.lua
@@ -103,7 +103,7 @@ function build_tests(toolchain_name, opt)
end
os.exec("xmake clean -a")
- os.exec("xmake f" .. platform .. "--toolchain=" .. toolchain_name .. runtimes .. "-c --yes " .. policies .. flags)
+ os.exec("xmake f" .. platform .. "--toolchain=" .. toolchain_name .. runtimes .. "-cD --yes " .. policies .. flags)
if opt.build then
opt.build()
else