Try again with makefile.

This commit is contained in:
Calvin Rose 2018-11-28 18:36:38 -05:00
parent 486d15d50d
commit 5de6e4c641
1 changed files with 1 additions and 1 deletions

View File

@ -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= \