Skip to content

Commit

Permalink
Print on build success for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Jan 29, 2024
1 parent d56626c commit 4629376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coinlib/bin/build_windows.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ void main() async {
File("$tmpDir/secp256k1/build/src/RelWithDebInfo/secp256k1.dll")
.copySync("$workDir/build/secp256k1.dll");

print("Output libsecp256k1.dll sucessfully");

}
3 changes: 3 additions & 0 deletions coinlib/bin/build_wsl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ void main() async {
// Copy the DLL to build/libsecp256k1.dll.
Directory("$workDir/build").createSync();
File("src/libsecp256k1.dll").copySync("$workDir/build/secp256k1.dll");

print("Output libsecp256k1.dll sucessfully");

}

0 comments on commit 4629376

Please sign in to comment.