summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2016-12-13 18:33:53 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-02-21 14:47:07 +0900
commit2abee105b9470138ac15179cf8409b2c2e68211b (patch)
treee4db57589e40686ed26f445d2c6310e5aa4af268
parent5e33ecfdb65146d6851a4c9c749c3faf161d2f47 (diff)
downloadcoreclr-2abee105b9470138ac15179cf8409b2c2e68211b.tar.gz
coreclr-2abee105b9470138ac15179cf8409b2c2e68211b.tar.bz2
coreclr-2abee105b9470138ac15179cf8409b2c2e68211b.zip
Change llvm include path
Before: /usr/local/lib64/clang/3.8.1/include After: /usr/local/lib/clang/3.8.1/include Change-Id: I22f46addfa362577057290d8828d406d54cd7f73 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
-rw-r--r--packaging/coreclr.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 944dc67293..d701822991 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -134,7 +134,7 @@ export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib64/:/usr/lib64/gcc/x86_64-tizen-
export CFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
export CPPFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
export CXXFLAGS="-B/usr/local/lib64/ -B/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/"
-export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib64/clang/3.8.1/include/:/usr/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/x86_64-tizen-linux-gnu/"
+export CPLUS_INCLUDE_PATH="/usr/local/include/llvm/:/usr/local/include/llvm-c/:/usr/local/lib/clang/3.8.1/include/:/usr/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/:/usr/lib64/gcc/x86_64-tizen-linux-gnu/4.9.2/include/c++/x86_64-tizen-linux-gnu/"
export C_INCLUDE_PATH="/usr/local/include/llvm-c/:/usr/include/"
%endif