mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 14:44:48 +00:00
Remove ldconfig stuff.
This commit is contained in:
parent
3aae524964
commit
d2d502b9ae
2
Makefile
2
Makefile
@ -38,10 +38,8 @@ CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -fpic -O2 -fvisibility=hidden \
|
||||
-DJANET_BUILD=$(JANET_BUILD)
|
||||
|
||||
UNAME:=$(shell uname -s)
|
||||
LDCONFIG:=ldconfig
|
||||
ifeq ($(UNAME), Darwin)
|
||||
# Add other macos/clang flags
|
||||
LDCONFIG:=
|
||||
CLIBS:=$(CLIBS) -ldl
|
||||
else ifeq ($(UNAME), OpenBSD)
|
||||
# pass ...
|
||||
|
Loading…
Reference in New Issue
Block a user