-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: crypto-ffi: statically link the runtime lib via Makefile.to…
…ml [WPB-8945] On Android x86-64 we need to link the runtime lib statically because the compiler fails to do so due to -nodefaultlibs being given by default. This is not a problem on other Android platforms, though. More details at mozilla/application-services#5436
- Loading branch information
1 parent
1955a9b
commit cb5f5c7
Showing
2 changed files
with
11 additions
and
11 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
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