forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch for bls-dash, fix MacOS SDK path
- Loading branch information
1 parent
5fb2256
commit b1d7432
Showing
3 changed files
with
15 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- bls-signatures-1.2.0/CMakeLists.txt.old 2024-04-05 07:25:56.663863766 +0100 | ||
+++ bls-signatures-1.2.0/CMakeLists.txt 2024-04-05 07:26:36.768015126 +0100 | ||
@@ -31,7 +31,7 @@ | ||
include(FetchContent) | ||
|
||
FetchContent_Declare(Sodium | ||
- GIT_REPOSITORY https://github.com/AmineKhaldi/libsodium-cmake.git | ||
+ GIT_REPOSITORY https://github.com/robinlinden/libsodium-cmake.git | ||
# Latest commit at the moment this was added here | ||
# Anchored to libsodium v1.0.18 | ||
GIT_TAG f73a3fe1afdc4e37ac5fe0ddd401bf521f6bba65 |