[c-host] added linux thread support

This commit is contained in:
Geoffrey McRae
2019-03-01 12:54:15 +11:00
parent 3674b4ed96
commit 9170b24fee
2 changed files with 52 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ ifdef OS
else
CC = gcc
OBJS += linux/platform.o
LIBS += -lpthread
endif
all: $(OBJS) $(DLLS)