Skip to content

Commit

Permalink
Merge pull request #9822 from ffaf1/bootstrap-project
Browse files Browse the repository at this point in the history
Fix --project-file option for boostrap
  • Loading branch information
mergify[bot] committed Mar 22, 2024
2 parents 46e8221 + e2938e4 commit 1c1230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1c1230c

Please sign in to comment.