Skip to content
Snippets Groups Projects
Commit e2938e41 authored by f-a's avatar f-a
Browse files

Fix --project-file option for boostrap

parent 46e82215
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ tags :
##############################################################################
bootstrap-json-%: phony
cabal build --project=cabal.project.release --with-compiler=ghc-$* --dry-run cabal-install:exe:cabal
cabal build --project-file=cabal.project.release --with-compiler=ghc-$* --dry-run cabal-install:exe:cabal
cp dist-newstyle/cache/plan.json bootstrap/linux-$*.plan.json
@# -v0 to avoid build output on stdout
cd bootstrap && cabal run -v0 cabal-bootstrap-gen -- linux-$*.plan.json \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment