Use JANET_SINGLE_THREADED to disable threads.

This commit is contained in:
Calvin Rose
2019-12-12 17:39:22 -06:00
parent 5b9eda5e87
commit aa7f3411f5
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ PREFIX?=/usr/local
INCLUDEDIR?=$(PREFIX)/include
BINDIR?=$(PREFIX)/bin
LIBDIR?=$(PREFIX)/lib
JANET_BUILD?="\"$(shell git log --pretty=format:'%h' -n 1)\""
JANET_BUILD?="\"$(shell git log --pretty=format:'%h' -n 1 || 'local')\""
CLIBS=-lm -lpthread
JANET_TARGET=build/janet
JANET_LIBRARY=build/libjanet.so