INCLUDE_PATH isn't working in EMX for some reason.

This commit is contained in:
William McBrine
2019-02-01 03:15:03 -05:00
parent 4a15672341
commit b9ef1a3795

2
os2/Makefile Normal file → Executable file
View File

@@ -21,7 +21,7 @@ PDCURSES_OS2_H = $(osdir)/pdcos2.h
CC = gcc
CFLAGS = -I$(PDCURSES_SRCDIR) -c -Wall
CFLAGS = -I$(PDCURSES_SRCDIR) -Ic:/emx/include -Wall
ifeq ($(DEBUG),Y)
CFLAGS += -g -DPDCDEBUG