Update bpf.mk

This commit is contained in:
Michael Vines
2018-11-01 15:25:43 -07:00
committed by GitHub
parent edeadb503f
commit e7631c85a1

View File

@ -12,7 +12,7 @@ OUT_DIR ?= ./out
OS=$(shell uname)
ifeq ($(OS),Darwin)
LLVM_DIR ?= $(brew --prefix llvm)
LLVM_DIR ?= $(shell brew --prefix llvm)
endif
ifdef LLVM_DIR