Skip to content

Commit

Permalink
traige
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed May 19, 2024
1 parent a6924f0 commit 344e0c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $MAKE bootstrap-install IDRIS2_CG="$IDRIS2_CG" \
# Now rebuild everything properly
echo '[bootstrap] cleaning and rebuilding...'
$MAKE clean-libs IDRIS2_BOOT="$IDRIS2_BOOT_PREFIX/bin/idris2"
echo "triage -- $(ls ${IDRIS2_BOOT_PREFIX})"
echo "triage -- $(ls ${IDRIS2_BOOT_PREFIX}/idris2-*/lib)"
$MAKE all IDRIS2_BOOT="$IDRIS2_BOOT_PREFIX/bin/idris2" IDRIS2_CG="$IDRIS2_CG" \
SCHEME="$SCHEME"
echo '[bootstrap] stage 2 complete'

0 comments on commit 344e0c0

Please sign in to comment.