mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 02:59:54 +00:00
Try again with makefile.
This commit is contained in:
parent
486d15d50d
commit
5de6e4c641
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ DEBUGGER=gdb
|
||||
# Some system specifics (for macOS)
|
||||
UNAME:=$(shell uname -s)
|
||||
LDCONFIG:=$(shell [ $(UNAME) != Darwin ] && echo "ldconfig")
|
||||
CLIBS:="$(CLIBS) $(shell [ $(UNAME) != Darwin ] && echo "-lrt -rdynamic")"
|
||||
CLIBS:=$(CLIBS) $(shell [ $(UNAME) != Darwin ] && echo "-lrt -rdynamic")
|
||||
|
||||
# Source headers
|
||||
JANET_GENERATED_HEADERS= \
|
||||
|
Loading…
Reference in New Issue
Block a user