diff options
| author | ruki <[email protected]> | 2023-01-08 10:34:13 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-08 10:34:13 +0800 |
| commit | 80f582eb5af42fa9121f6bb294d2d4952140b046 (patch) | |
| tree | 1613791de047c7269873b8beb018171da2dbbee3 /tests/projects/c++/modules | |
| parent | d063da2c62159e5894f44c7bbef749eec3e465d8 (diff) | |
Update test_stdmodules.lua
Diffstat (limited to 'tests/projects/c++/modules')
| -rw-r--r-- | tests/projects/c++/modules/test_stdmodules.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
