From 4dc6b49db40eaebf700d5c26c93c5f33b3db60ac Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 25 Jan 2026 00:57:56 +0100 Subject: Allow different transpile pass output types Signed-off-by: Mel --- boot/build.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'boot/build.c') diff --git a/boot/build.c b/boot/build.c index 5d902d6..1c95414 100644 --- a/boot/build.c +++ b/boot/build.c @@ -28,9 +28,6 @@ #error "MUSL_DEV not defined" #endif -const ascii* musl_lib = MUSL_LIB; -const ascii* musl_dev = MUSL_DEV; - struct Compiler_Command_Result { integer exit_code; -- cgit 1.4.1