From 46bd5e8d5e822095e46c4d9c341a0b015c626553 Mon Sep 17 00:00:00 2001 From: mid <> Date: Thu, 22 Jan 2026 21:59:50 +0200 Subject: [PATCH] this better be all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5a61f2..03e8147 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ifneq (,$(findstring mingw,$(CC))) LIBS := -l:libglfw3.a -lopengl32 -pthread -lm -l:libode.a -l:libvorbisfile.a -l:libvorbis.a -l:libogg.a -lportaudio -lgdi32 -lws2_32 -lwinmm -lstdc++ -lole32 -lsetupapi -lhid -l:liblua5.3.a -liphlpapi $(LIBS) else CFLAGS := -march=opteron $(SAN) -std=gnu99 -DENET_FEATURE_ADDRESS_MAPPING -fms-extensions -fno-pic -no-pie -fno-pie -Isrc $(CFLAGS) - LIBS := -lglfw3 -pthread -ldl -lm -lode -lstdc++ -llua5.3 -lvorbis -lvorbisfile -lportaudio $(LIBS) + LIBS := -lglfw3 -pthread -ldl -lm -lode -lstdc++ -llua5.3 -lvorbis -lvorbisfile -logg -lasound -lfreetype -lportaudio -lz $(LIBS) endif CFLAGS := $(CFLAGS) -DLOCALHOST_ONLY