[Git][ghc/ghc][wip/javascript-backend] Try to fix configure fox installed bindists
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Tue Nov 15 13:13:17 UTC 2022
Sylvain Henry pushed to branch wip/javascript-backend at Glasgow Haskell Compiler / GHC
Commits:
3d383e07 by Sylvain Henry at 2022-11-15T14:16:54+01:00
Try to fix configure fox installed bindists
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -564,7 +564,12 @@ function install_bindist() {
args+=( "--target=$CROSS_TARGET" "--host=$CROSS_TARGET" )
fi
- run ./configure \
+ case "${CONFIGURE_WRAPPER:-}" in
+ emconfigure) source emsdk/emsdk_env.sh ;;
+ *) ;;
+ esac
+
+ run ${CONFIGURE_WRAPPER:-} ./configure \
--prefix="$instdir" \
"${args[@]+"${args[@]}"}"
make_install_destdir "$TOP"/destdir "$instdir"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3d383e075a40c603068fd4a14600d4d29ea04780
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3d383e075a40c603068fd4a14600d4d29ea04780
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221115/43491806/attachment.html>
More information about the ghc-commits
mailing list