about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2016-10-19 00:12:42 -0700
committerJosh Stone <cuviper@gmail.com>2016-10-19 00:12:42 -0700
commit86f02f6020ab6ff376342a3cf9a7e679e43aeea6 (patch)
treee06602d4787039f5f297656d0243e5d1b4c03262
parent16eeeac783d2ede28e09f2a433c612dea309fe33 (diff)
downloadrust-86f02f6020ab6ff376342a3cf9a7e679e43aeea6.tar.gz
rust-86f02f6020ab6ff376342a3cf9a7e679e43aeea6.zip
Add libproc_macro from local rust to stage0
This library is now required to run rustc 1.14.0.
-rwxr-xr-xsrc/etc/local_stage0.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/local_stage0.sh b/src/etc/local_stage0.sh
index 645a80ab8b5..ee77206640e 100755
--- a/src/etc/local_stage0.sh
+++ b/src/etc/local_stage0.sh
@@ -71,6 +71,7 @@ cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}log*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR
 cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}rbml*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
 cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}serialize*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
 cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}term*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
+cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}proc_macro*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
 
 # do not fail if one of the above fails, as all we need is a working rustc!
 exit 0