about summary refs log tree commit diff homepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/p-libcxx.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/p-libcxx.inc b/scripts/build/p-libcxx.inc
index f803080a..ec0d902b 100644
--- a/scripts/build/p-libcxx.inc
+++ b/scripts/build/p-libcxx.inc
@@ -1,6 +1,6 @@
 # Build scripts for libc++
 setup_build_variables_libcxx() {
-  LIBCXX_SRC="${BASE}/libc++-${LLVM_VERSION_SHORT}"
+  LIBCXX_SRC="${BASE}/llvm-${LLVM_VERSION_SHORT}"
   LIBCXX_BUILD="${BASE}/libc++-build-${LLVM_VERSION_SHORT}"
   LIBCXX_INSTALL="${BASE}/libc++-install-${LLVM_VERSION_SHORT}"
 }
@@ -114,7 +114,6 @@ get_docker_config_id_libcxx() {
 get_build_artifacts_libcxx() {
   (
     setup_build_variables_libcxx
-    echo "${LIBCXX_SRC}"
     echo "${LIBCXX_INSTALL}"
   )
 }