-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance cross-platform compilation support for polycrypt-rs v0.…
…4.5-beta.1 - Add musl target support for Linux cross-compilation - Configure cargo for x86_64-unknown-linux-musl target - Add build-linux target in Makefile for cross-compilation - Add build-all target to compile for both native and Linux - Update cleanup process to handle cross-compiled artifacts - Improve platform-specific library handling - Add CARGO_TARGET environment variable for Mac cross-compilation BREAKING CHANGES: - Requires musl-tools for Linux builds - Changes build process to support cross-compilation
- Loading branch information
1 parent
f437d28
commit a90fc6f
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = "x86_64-linux-musl-gcc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters