mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
build: Fix build of the debug version of the library
This commit is contained in:
parent
9537c667a5
commit
d1fb135ca0
@ -16,7 +16,11 @@ BINDIRS :=
|
||||
# Defines passed to all files
|
||||
# ---------------------------
|
||||
|
||||
ifeq ($(NE_DEBUG),1)
|
||||
DEFINES := -DNE_DEBUG
|
||||
else
|
||||
DEFINES :=
|
||||
endif
|
||||
|
||||
# Libraries
|
||||
# ---------
|
||||
|
Loading…
Reference in New Issue
Block a user