Skip to content

Commit

Permalink
Cargo: include BoringSSL's .asm files in package
Browse files Browse the repository at this point in the history
These are required for building on Windows.

Fixes #606.
  • Loading branch information
xforce authored Dec 7, 2020
1 parent 1b1e808 commit 8863dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ include = [
"/COPYING",
"/benches",
"/deps/boringssl/**/*.[chS]",
"/deps/boringssl/**/*.asm",
"/deps/boringssl/src/**/*.cc",
"/deps/boringssl/**/CMakeLists.txt",
"/deps/boringssl/**/sources.cmake",
Expand Down

0 comments on commit 8863dc7

Please sign in to comment.