commit ef8aaa2

uint  ·  2026-05-14 08:10:37 +0000 UTC
parent 7aa035e
define POSIX source for linux setenv support
1 files changed,  +3, -1
+3, -1
 1@@ -1,6 +1,8 @@
 2 CC = cc
 3 CFLAGS = -std=c99 -Wall -Wextra
 4-CPPFLAGS = -Isource/external -Isource/include
 5+CPPFLAGS = -Isource/external -Isource/include \
 6+	   -D_POSIX_C_SOURCE=200112L
 7+
 8 LDFLAGS = -lschrift -lgrapheme -lm
 9 
10 include platform.mk