mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:33:02 +01:00
fix merge mistake take 2
This commit is contained in:
parent
1d27a496ef
commit
af11f16bef
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ CFG_DIR = $(BASE_DIR)/cfg
|
|||||||
|
|
||||||
LIBS = toxcore ncursesw libconfig
|
LIBS = toxcore ncursesw libconfig
|
||||||
|
|
||||||
CFLAGS = -std=gnu99 -pthread -Wall -g -fstack-protector-all -fsanitize=address
|
CFLAGS = -std=gnu99 -pthread -Wall -g -fstack-protector-all
|
||||||
CFLAGS += '-DTOXICVER="$(VERSION)"' -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED -D_FILE_OFFSET_BITS=64
|
CFLAGS += '-DTOXICVER="$(VERSION)"' -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED -D_FILE_OFFSET_BITS=64
|
||||||
CFLAGS += '-DPACKAGE_DATADIR="$(abspath $(DATADIR))"'
|
CFLAGS += '-DPACKAGE_DATADIR="$(abspath $(DATADIR))"'
|
||||||
CFLAGS += $(USER_CFLAGS)
|
CFLAGS += $(USER_CFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user