mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Don't print to stderr in Makefile to detect version. Fix #544
This commit is contained in:
parent
7b030fe70d
commit
d0ac318980
2
Makefile
2
Makefile
@ -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 || echo local)\""
|
||||
JANET_BUILD?="\"$(shell git log --pretty=format:'%h' -n &>2 /dev/null || echo local)\""
|
||||
CLIBS=-lm -lpthread
|
||||
JANET_TARGET=build/janet
|
||||
JANET_LIBRARY=build/libjanet.so
|
||||
|
Loading…
Reference in New Issue
Block a user