Skip to content

Commit

Permalink
Fix compiler name for QNX (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
chachoi authored Apr 6, 2023
1 parent 0cab4cb commit 5010e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/qcc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ toolset.inherit-rules qcc : unix ;
rule init ( version ? : command * : options * )
{
local condition = [ common.check-init-parameters qcc : version $(version) ] ;
local command = [ common.get-invocation-command qcc : QCC : $(command) ] ;
local command = [ common.get-invocation-command qcc : qcc : $(command) ] ;
common.handle-options qcc : $(condition) : $(command) : $(options) ;
}

Expand Down

0 comments on commit 5010e37

Please sign in to comment.