diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-25 18:04:07 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-25 18:04:07 +0100 |
| commit | 60a2eaf666ddcb7cd882ff044a534a1b5459a432 (patch) | |
| tree | 3c28cd26a1d3700b86661a824ec4e2fd41680915 /Makefile | |
| parent | ec2db568c14e7672d3837c820f4327b3360e3e6f (diff) | |
Revert changes to macOS Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |