-
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.
commit bcb2bf3 Author: rfuzzo <r.fuzzo@gmail.com> Date: Sat Dec 16 19:00:02 2023 +0100 ci commit ce2dc86 Author: rfuzzo <r.fuzzo@gmail.com> Date: Sat Dec 16 18:56:56 2023 +0100 partial revert "bundle libs" This reverts commit a730259. commit 0bf280f Author: rfuzzo <r.fuzzo@gmail.com> Date: Sat Dec 16 18:52:19 2023 +0100 resize buffer commit ead4f11 Author: rfuzzo <r.fuzzo@gmail.com> Date: Sat Dec 16 18:41:47 2023 +0100 fix file tests on mac 🤡 commit 0ac5eec Author: Moritz Baron <r.fuzzo@gmail.com> Date: Fri Dec 15 18:23:11 2023 +0100 ci commit dab3f27 Author: rfuzzo <r.fuzzo@gmail.com> Date: Fri Dec 15 17:56:48 2023 +0100 ci commit 27f2a1b Author: rfuzzo <r.fuzzo@gmail.com> Date: Fri Dec 15 17:55:03 2023 +0100 ci commit e329778 Author: rfuzzo <r.fuzzo@gmail.com> Date: Fri Dec 15 17:54:24 2023 +0100 ci commit a730259 Author: rfuzzo <r.fuzzo@gmail.com> Date: Fri Dec 15 17:49:29 2023 +0100 bundle libs
- Loading branch information
Showing
6 changed files
with
74 additions
and
33 deletions.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[target.x86_64-apple-darwin] | ||
rustflags = [ | ||
"-C", "link-arg=-undefined", | ||
"-C", "link-arg=dynamic_lookup", | ||
] | ||
|
||
[target.aarch64-apple-darwin] | ||
rustflags = [ | ||
"-C", "link-arg=-undefined", | ||
"-C", "link-arg=dynamic_lookup", | ||
] |
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
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
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
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
Binary file not shown.