Skip to content

Commit

Permalink
Fix macOS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Sep 1, 2024
1 parent 1ff1bd8 commit 053dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gmake/gmake_cpp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
-- identify the toolset used by this configurations (would be nicer if
-- this were computed and stored with the configuration up front)

local toolset, version = p.tools.canonical(cfg.toolset or p.GCC)
local toolset, version = p.tools.canonical(cfg.toolset)
if not toolset then
error("Invalid toolset '" .. cfg.toolset .. "'")
end
Expand Down

0 comments on commit 053dc78

Please sign in to comment.