Skip to content

Commit

Permalink
Merge pull request #46 from yselkowitz/patch-1
Browse files Browse the repository at this point in the history
Drop winapi libs from vendoring
  • Loading branch information
msekletar authored Mar 20, 2024
2 parents 5a54fc4 + 24d9ffc commit 31b55ad
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 31b55ad

Please sign in to comment.