diff options
| author | Mel <mel@rnrd.eu> | 2026-01-25 00:57:56 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-25 00:57:56 +0100 |
| commit | 4dc6b49db40eaebf700d5c26c93c5f33b3db60ac (patch) | |
| tree | 8b1450f743e27016ae4d78780a5e0e4901622bdc /boot/build.c | |
| parent | fce4a99dbfab5af623bb05d9e10807efeced5a47 (diff) | |
| download | catskill-4dc6b49db40eaebf700d5c26c93c5f33b3db60ac.tar.zst catskill-4dc6b49db40eaebf700d5c26c93c5f33b3db60ac.zip | |
Allow different transpile pass output types
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/build.c')
| -rw-r--r-- | boot/build.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |
