sc: Restore `-DSYSV3` for `CFLAGS`

This commit is contained in:
xtkoba 2021-10-10 02:06:45 +09:00 committed by Henrik Grimler
parent 70ef119cd2
commit 356201e39c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#CFLAGS=-DSYSV3 -O2 -Wall -pipe
-CFLAGS=-DSYSV3 -O2 -pipe
-LIB=-lm -lncurses
+# CFLAGS=-DSYSV3 -O2 -pipe
+CFLAGS+=-DSYSV3
+
+LIB=-L$(prefix)/lib -lm -lncurses