Skip to content

Commit

Permalink
fix: Fix intermediary compiler path
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Dec 3, 2024
1 parent 004a328 commit 6064364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def compile_30cc(compiler, out):
compile_30cc('./a.out', '30cc_gcc')

print("Compiling 30cc with 30cc-generated compiler")
compile_30cc('./30cc', '30cc')
compile_30cc('./30cc_gcc', '30cc')

0 comments on commit 6064364

Please sign in to comment.