Unverified Commit fe894895 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Add Red Hat directory to search path (#1250)

parent 1df7602e
......@@ -435,6 +435,7 @@ void codegen::CompilerCore::configure_search_path()
add_header_search_path("/usr/lib/gcc/x86_64-linux-gnu/" + header_version + "/include-fixed");
add_header_search_path("/usr/include/x86_64-linux-gnu");
add_header_search_path("/usr/include");
add_header_search_path("/usr/include/c++/" + header_version + "/x86_64-redhat-linux");
add_header_search_path(EIGEN_HEADERS_PATH);
add_header_search_path(MKLDNN_HEADERS_PATH);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment