diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-24 20:55:50 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-24 20:55:50 +0100 |
| commit | 2b4010998d2b1992c0f7ffd6e5a5260886d36d4b (patch) | |
| tree | e8890e30bf7a491f97fe3f18f327ee36bd00829a /Makefile | |
| parent | 4272fe5e85b504cd59df43f1cf463eb88e5fe7cb (diff) | |
Up ci.yml
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,11 +9,11 @@ OS=$(shell uname) ifeq ($(OS), Darwin) LDFLAGS:=$(LDFLAGS) -liconv CFLAGS:=$(CFLAGS) $(shell llvm-config --cflags) -DLLVM_BACKEND_SUPPORT -DUSE_NEW_LLVM_ABI_SYSTEM - LDFLAGS:=$(LDFLAGS) $(shell llvm-config --ldflags --libs) + LDFLAGS:=$(LDFLAGS) $(shell llvm-config --ldflags --libs) -lLLVM-C endif ifeq ($(OS), Linux) CFLAGS:=$(CFLAGS) $(shell llvm-config --cflags) -DLLVM_BACKEND_SUPPORT -DUSE_NEW_LLVM_ABI_SYSTEM - LDFLAGS:=$(LDFLAGS) $(shell llvm-config --ldflags --libs) + LDFLAGS:=$(LDFLAGS) $(shell llvm-config --ldflags --libs) -lLLVM-C endif all: debug demo |