diff options
| author | Josh Stone <cuviper@gmail.com> | 2016-10-19 00:12:42 -0700 |
|---|---|---|
| committer | Josh Stone <cuviper@gmail.com> | 2016-10-19 00:12:42 -0700 |
| commit | 86f02f6020ab6ff376342a3cf9a7e679e43aeea6 (patch) | |
| tree | e06602d4787039f5f297656d0243e5d1b4c03262 | |
| parent | 16eeeac783d2ede28e09f2a433c612dea309fe33 (diff) | |
| download | rust-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-x | src/etc/local_stage0.sh | 1 |
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 |
