Updated build.sh to build curl, openssl, and 256k1 if needed

This commit is contained in:
2025-08-16 10:26:39 -04:00
parent 00df0cad99
commit 40dd3aa20b
9429 changed files with 407781 additions and 47716 deletions

View File

@@ -12,8 +12,8 @@
# Perl c_rehash script, scan all files in a directory
# and add symbolic links to their hash values.
my $dir = "/home/teknari/Sync/Programming/VibeCoding/nostr_core_lib/openssl-install/ssl";
my $prefix = "/home/teknari/Sync/Programming/VibeCoding/nostr_core_lib/openssl-install";
my $dir = "";
my $prefix = "/home/teknari/Sync/Programming/VibeCoding/nostr_core_lib/openssl-3.4.2/../openssl-install";
my $errorcount = 0;
my $openssl = $ENV{OPENSSL} || "openssl";