mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
compat: mingw: don't export secp256k1 symbols from exe
This commit is contained in:
parent
0d9adffb25
commit
a36193c967
@ -38,7 +38,7 @@
|
||||
"mingw": {
|
||||
"include": "include",
|
||||
"lib": ".libs",
|
||||
"prepare": "./autogen.sh && ./configure --enable-module-recovery && make",
|
||||
"prepare": "./autogen.sh && ./configure --disable-shared --enable-module-recovery CFLAGS=-DSECP256K1_API=",
|
||||
"make": "libsecp256k1.la"
|
||||
},
|
||||
"owner": "bitcoin-core",
|
||||
|
Loading…
Reference in New Issue
Block a user