From 80f582eb5af42fa9121f6bb294d2d4952140b046 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 8 Jan 2023 10:34:13 +0800 Subject: Update test_stdmodules.lua --- tests/projects/c++/modules/test_stdmodules.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/c++/modules/test_stdmodules.lua') diff --git a/tests/projects/c++/modules/test_stdmodules.lua b/tests/projects/c++/modules/test_stdmodules.lua index 621f0b1d4..360a56cbc 100644 --- a/tests/projects/c++/modules/test_stdmodules.lua +++ b/tests/projects/c++/modules/test_stdmodules.lua @@ -24,7 +24,7 @@ function main(t) end end end - elseif is_host("linux") then -- or is_host("macos") then + elseif is_host("linux") then -- or is_host("macosx") then -- gcc don't support std modules atm -- local gcc = find_tool("gcc", {version = true}) -- if is_host("linux") and gcc and gcc.version and semver.compare(gcc.version, "11.0") >= 0 then -- cgit v1.3.1