Skip to content

Commit

Permalink
Auto merge of rust-lang#35151 - bcully:bcully/pr-35149, r=alexcrichton
Browse files Browse the repository at this point in the history
Add libarena from local rust to stage0

This was needed at least when local rust was 1.9.0 on darwin.

Fixes rust-lang#35149
  • Loading branch information
bors authored Aug 1, 2016
2 parents 7333c4a + e9d2c96 commit 535cea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/local_stage0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ case "$TARG_DIR" in

cp ${PREFIX}/bin/rustc${BIN_SUF} ${TARG_DIR}/stage0/bin/
cp ${PREFIX}/${LIB_DIR}/${RUSTLIBDIR}/${TARG_DIR}/${LIB_DIR}/* ${TARG_DIR}/stage0/${LIB_DIR}/
cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}arena*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}extra*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}rust*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
cp ${PREFIX}/${LIB_DIR}/${LIB_PREFIX}std*${LIB_SUF} ${TARG_DIR}/stage0/${LIB_DIR}/
Expand Down

0 comments on commit 535cea0

Please sign in to comment.