Skip to content

Commit

Permalink
build: Fix the build for 32-bit Linux platform (#312)
Browse files Browse the repository at this point in the history
build: Fix the build for 32-bit Linux platform
  • Loading branch information
0x676e67 authored Feb 14, 2025
1 parent bf0e21c commit c95d764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boring-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ include = [
"/LICENSE-MIT",
"/cmake/*.cmake",
# boringssl (non-FIPS)
"/deps/boringssl/src/util/32-bit-toolchain.cmake",
"/deps/boringssl/**/*.[chS]",
"/deps/boringssl/**/*.asm",
"/deps/boringssl/sources.json",
Expand All @@ -30,6 +31,7 @@ include = [
"/deps/boringssl/**/sources.cmake",
"/deps/boringssl/LICENSE",
# boringssl (FIPS)
"/deps/boringssl-fips/src/util/32-bit-toolchain.cmake",
"/deps/boringssl-fips/**/*.[chS]",
"/deps/boringssl-fips/**/*.asm",
"/deps/boringssl-fips/**/*.pl",
Expand Down

0 comments on commit c95d764

Please sign in to comment.