Skip to content

Commit 48e3dc1

Browse files
fix typo
1 parent ecf492f commit 48e3dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def get_target(host: str) -> _COFF32 | _COFF64 | _ELF | _MachO:
593593
optimizer = _optimizers.OptimizerX86
594594
target = _COFF64(host, condition, args=args, optimizer=optimizer)
595595
elif re.fullmatch(r"x86_64-.*-linux-gnu", host):
596-
host = "x86_64-pcn-linux-gnu"
596+
host = "x86_64-pc-linux-gnu"
597597
condition = "defined(__x86_64__) && defined(__linux__)"
598598
args = ["-fno-pic", "-mcmodel=medium", "-mlarge-data-threshold=0"]
599599
optimizer = _optimizers.OptimizerX86

0 commit comments

Comments
 (0)