Skip to content

Commit

Permalink
Drop winapi libs from vendoring
Browse files Browse the repository at this point in the history
This is a linux-specific package, so the winapi libs will never be used, and just bloat the vendor tarball.
  • Loading branch information
yselkowitz authored Mar 18, 2024
1 parent 5a54fc4 commit 24d9ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dist:
vendor:
@rm -rf vendor
@cargo vendor
@rm -f vendor/winapi*/lib/*
@tar -czf $(VENDOR) vendor

srpm: dist
Expand Down

0 comments on commit 24d9ffc

Please sign in to comment.