diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-27 13:29:14 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-27 13:29:14 +0100 |
| commit | f6d98d2a16e99744b8025a52ac3e5a7fc53a6e20 (patch) | |
| tree | 230c5dee56a289382990c246de0f8430cba780e2 | |
| parent | ab5460e2e22185d00f8056fb0582c4905086273e (diff) | |
Fix Makefile for macOs
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CC=clang OS=$(shell uname) ifeq ($(OS), Darwin) - LLVM_CONFIG=llvm-config --version=11 + LLVM_CONFIG=llvm-config LDFLAGS:=$(LDFLAGS) -liconv CFLAGS:=$(CFLAGS) $(shell $(LLVM_CONFIG)--cxxflags --ldflags) |