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 /Makefile | |
| parent | fcd1381e3d619b39d0830fc6019078a9282325b3 (diff) | |
Remove references to libgccjit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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 |
