summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/test_stdmodules.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/test_stdmodules.lua')
-rw-r--r--tests/projects/c++/modules/test_stdmodules.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/test_stdmodules.lua b/tests/projects/c++/modules/test_stdmodules.lua
index 0ba72cc50..222ec9458 100644
--- a/tests/projects/c++/modules/test_stdmodules.lua
+++ b/tests/projects/c++/modules/test_stdmodules.lua
@@ -19,7 +19,7 @@ function main(t)
-- _build()
-- clang don't support libc++ std modules atm
-- os.exec("xmake clean -a")
- -- os.exec("xmake f --toolchain=clang --cxxflags=\"-stdlib=libc++\" -c --yes")
+ -- os.exec("xmake f --toolchain=clang --runtimes=c++_shared -c --yes")
-- _build()
-- end
local msvc = toolchain.load("msvc")
@@ -52,7 +52,7 @@ function main(t)
-- _build()
-- clang don't support libc++ std modules atm
-- os.exec("xmake clean -a")
- -- os.exec("xmake f --toolchain=clang --cxxflags=\"-stdlib=libc++\" -c --yes")
+ -- os.exec("xmake f --toolchain=clang --runtimes=c++_shared -c --yes")
-- _build()
-- end
end