aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-25 18:04:07 +0100
committergingerBill <bill@gingerbill.org>2021-04-25 18:04:07 +0100
commit60a2eaf666ddcb7cd882ff044a534a1b5459a432 (patch)
tree3c28cd26a1d3700b86661a824ec4e2fd41680915 /Makefile
parentec2db568c14e7672d3837c820f4327b3360e3e6f (diff)
Revert changes to macOS Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 478b4b840..e07e4c4ec 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ OS=$(shell uname)
ifeq ($(OS), Darwin)
LDFLAGS:=$(LDFLAGS) -liconv
CFLAGS:=$(CFLAGS) $(shell llvm-config --cxxflags --ldflags) -DLLVM_BACKEND_SUPPORT -DUSE_NEW_LLVM_ABI_SYSTEM
- LDFLAGS:=$(LDFLAGS) $(shell llvm-config-11 --libs core native --system-libs)
+ LDFLAGS:=$(LDFLAGS) -lLLVM-C
endif
ifeq ($(OS), Linux)
CFLAGS:=$(CFLAGS) $(shell llvm-config-11 --cxxflags --ldflags) -DLLVM_BACKEND_SUPPORT -DUSE_NEW_LLVM_ABI_SYSTEM