diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 23:23:31 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 23:23:31 -0500 |
| commit | b83221f422721410d365a9e35b88810d6daae744 (patch) | |
| tree | 034ea1d98ae1455e3d3a8654828c3f5cf897b131 | |
| parent | fcd1381e3d619b39d0830fc6019078a9282325b3 (diff) | |
Remove references to libgccjit
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | types.h | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -23,7 +23,7 @@ EXTRA= G=-ggdb O=-Og CFLAGS=$(CCONFIG) $(EXTRA) $(CWARN) $(G) $(O) $(OSFLAGS) -LDLIBS=-lgc -lgccjit -lcord -lm -lunistring +LDLIBS=-lgc -lcord -lm -lunistring BUILTIN_OBJS=builtins/array.o builtins/bool.o builtins/color.o builtins/nums.o builtins/functions.o builtins/integers.o \ builtins/pointer.o builtins/memory.o builtins/text.o builtins/table.o builtins/types.o @@ -1,8 +1,6 @@ #pragma once -#include <libgccjit.h> #include <printf.h> #include <stdlib.h> -#include <libgccjit.h> #include "ast.h" #include "builtins/array.h" |
