From f6d98d2a16e99744b8025a52ac3e5a7fc53a6e20 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 27 Apr 2021 13:29:14 +0100 Subject: Fix Makefile for macOs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f2b7eaeb..88bbd8df5 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3