Skip to content

Commit

Permalink
Update contrib/chez-scheme/template.py
Browse files Browse the repository at this point in the history
Co-authored-by: triallax <[email protected]>
  • Loading branch information
z-erica and triallax authored Jul 23, 2024
1 parent 20b5589 commit 38dbf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/chez-scheme/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# portable bytecode
_machine = f"tpb{self.profile().wordsize}{self.profile().endian[0]}"

configure_args += ["--machine=" + _machine]
configure_args += [f"--machine={_machine}"]


def init_configure(self):
Expand Down

0 comments on commit 38dbf6c

Please sign in to comment.