mirror of
https://github.com/janet-lang/janet
synced 2025-10-27 05:37:42 +00:00
Try again with makefile.
This commit is contained in:
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= \
|
||||
|
||||
Reference in New Issue
Block a user