Skip to content

Commit

Permalink
Fix --project-file option for boostrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Mar 20, 2024
1 parent 46e8221 commit e2938e4
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 e2938e4

Please sign in to comment.