We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1187634 commit c1832ceCopy full SHA for c1832ce
configure.ac
@@ -573,6 +573,8 @@ case $host in
573
574
ZC_REQUIRE_TOOL(WINDRES, windres)
575
576
+ CORE_CPPFLAGS="$CORE_CPPFLAGS -DSECP256K1_STATIC"
577
+
578
CPPFLAGS="$CPPFLAGS -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -D_WIN32_WINNT=0x0601 -D_WIN32_IE=0x0501 -DWIN32_LEAN_AND_MEAN"
579
580
dnl libtool insists upon adding -nostdlib and a list of objects/libs to link against.
0 commit comments