Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
CuppoJava committed Dec 10, 2022
1 parent d2f0ab7 commit 28ec4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/main.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defn build-system (verbose?:True|False) :
;If this particular type of error occurs, then
;double-check whether GCC is installed.
catch (e:ProcessLaunchError) :
ensure-cc-installed(cc)
ensure-cc-installed(cc-prog)
throw(e)

defmethod call-shell (this, platform:Symbol, command:String) :
Expand Down

0 comments on commit 28ec4eb

Please sign in to comment.