Fix several typos. NFC.
This commit is contained in:
parent
427c82fcbc
commit
91d4513682
7 changed files with 9 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ def build_cxx(*, cxx_sources, output_name, include_dirs, macros):
|
|||
|
||||
cwd = os.getcwd()
|
||||
try:
|
||||
# Unforuntately, `ccompiler.compile` assumes the paths are relative, and interprets
|
||||
# Unfortunately, `ccompiler.compile` assumes the paths are relative, and interprets
|
||||
# the directory name of the source path specially. That makes it necessary to build in
|
||||
# the output directory directly.
|
||||
os.chdir(build_dir.name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue