Skip to content

Commit

Permalink
fix(nouveau): location of release artifacts on Windows (#5020)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-r81 committed Mar 28, 2024
1 parent caa5e23 commit 1b5cd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ endif
ifeq ($(with_nouveau), true)
-@mkdir rel\couchdb\nouveau
@cd nouveau && .\gradlew installDist
@xcopy nouveau\build\install\nouveau rel\couchdb /E /I
@xcopy nouveau\build\install\nouveau rel\couchdb\nouveau /E /I
endif

@echo ... done
Expand Down

0 comments on commit 1b5cd8f

Please sign in to comment.