Skip to content

Commit

Permalink
More symlink fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Jul 18, 2024
1 parent 1508cfc commit c6a121f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/build-jakt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ mv ../runtime "${STAGING_DIR}/"
mv ../.clang-format "${STAGING_DIR}/"

rm "${STAGING_DIR}/bin/jakt"
rm "${STAGING_DIR}/include/runtime"
ln -sr "${STAGING_DIR}/bin/jakt-stage1" "${STAGING_DIR}/bin/jakt"
ln -sr "${STAGING_DIR}/runtime" "${STAGING_DIR}/include/runtime"

export XZ_DEFAULTS="-T 0"
tar Jcf "${OUTPUT}" --transform "s,^./,./${SUBDIR}/," -C "${STAGING_DIR}" .
Expand Down

0 comments on commit c6a121f

Please sign in to comment.