1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Simple fix for build failures resulting from r205867.

llvm-svn: 205918
This commit is contained in:
Bob Wilson 2014-04-09 18:34:45 +00:00
parent 38564aab17
commit 9cddd45364

View File

@ -10,6 +10,6 @@ LEVEL = ../../../..
LIBRARYNAME = LLVMARM64Utils
# Hack: we need to include 'main' ARM64 target directory to grab private headers
#CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common