mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
fix: remove -DGLFW_DLL flag, since it has no reason to be there and is causing problems
This commit is contained in:
1
makefile
1
makefile
@@ -77,7 +77,6 @@ ifneq ($(DEBUG),test)
|
|||||||
SRC := $(shell find src/ -name '*.c')
|
SRC := $(shell find src/ -name '*.c')
|
||||||
else
|
else
|
||||||
SRC := $(filter-out src/main.c, $(shell find test/ src/ -name '*.c'))
|
SRC := $(filter-out src/main.c, $(shell find test/ src/ -name '*.c'))
|
||||||
CFLAGS += -DGLFW_DLL
|
|
||||||
endif
|
endif
|
||||||
RES := $(shell find res/ -type f)
|
RES := $(shell find res/ -type f)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user