Explorar o código

Fix Makefile for macOs

gingerBill %!s(int64=4) %!d(string=hai) anos
pai
achega
f6d98d2a16
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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)