Skip to content

Commit e2938e4

Browse files
committed
Fix --project-file option for boostrap
1 parent 46e8221 commit e2938e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ tags :
199199
##############################################################################
200200

201201
bootstrap-json-%: phony
202-
cabal build --project=cabal.project.release --with-compiler=ghc-$* --dry-run cabal-install:exe:cabal
202+
cabal build --project-file=cabal.project.release --with-compiler=ghc-$* --dry-run cabal-install:exe:cabal
203203
cp dist-newstyle/cache/plan.json bootstrap/linux-$*.plan.json
204204
@# -v0 to avoid build output on stdout
205205
cd bootstrap && cabal run -v0 cabal-bootstrap-gen -- linux-$*.plan.json \

0 commit comments

Comments
 (0)