From 2b710a28bb7121430e2da07fd9826b1fa1ca6e68 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 15 Jun 2025 10:45:40 +0200 Subject: [PATCH] fix: remove -DGLFW_DLL flag, since it has no reason to be there and is causing problems --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index d3a7fea..6887208 100644 --- a/makefile +++ b/makefile @@ -77,7 +77,6 @@ ifneq ($(DEBUG),test) SRC := $(shell find src/ -name '*.c') else SRC := $(filter-out src/main.c, $(shell find test/ src/ -name '*.c')) -CFLAGS += -DGLFW_DLL endif RES := $(shell find res/ -type f)