From 1376c7bbc54aa333025133400b3ea0579464d582 Mon Sep 17 00:00:00 2001 From: IgorCielniak Date: Mon, 29 Dec 2025 14:19:49 +0000 Subject: [PATCH] small fix --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index 43a1bd1..a3b1e23 100644 --- a/main.py +++ b/main.py @@ -2625,10 +2625,6 @@ def run_linker(obj_path: Path, exe_path: Path, debug: bool = False, libs=None): if use_lld: cmd.extend(["-m", "elf_x86_64"]) - else: - raise RuntimeError( - "GNU ld does not support x86_64 on this platform. Install lld." - ) cmd.extend([ "-o", str(exe_path),