Bug 1182727 - Part 18: Fix building clang on OSX 10.8 and older

This is documented on http://libcxx.llvm.org/.
This commit is contained in:
Ehsan Akhgari 2015-10-09 20:04:51 -04:00
parent 74c477104f
commit f7c5e6ff63

View File

@ -170,6 +170,7 @@ def build_one_stage_aux(src_dir, stage_dir, build_libcxx,
"-DPYTHON_EXECUTABLE=%s" % python_path,
"-DCMAKE_INSTALL_PREFIX=%s" % inst_dir,
"-DLLVM_TOOL_LIBCXX_BUILD=%s" % ("ON" if build_libcxx else "OFF"),
"-DLIBCXX_LIBCPPABI_VERSION=\"\"",
src_dir];
build_package(build_dir, run_cmake, cmake_args)