Skip to content

Commit 1c1230c

Browse files
authored
Merge pull request #9822 from ffaf1/bootstrap-project
Fix --project-file option for boostrap
2 parents 46e8221 + e2938e4 commit 1c1230c

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)