Skip to content

Commit e34cd41

Browse files
committed
Merge 93cc036 into merged_master (Elements PR ElementsProject#1248)
All conflicts were resolved by taking the "incoming" changes by using `git checkout --theirs src/secp256k1` during conflict resolution.
2 parents 1e10304 + 93cc036 commit e34cd41

File tree

177 files changed

+19457
-5825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+19457
-5825
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ case $host in
705705
AC_MSG_ERROR([windres not found])
706706
fi
707707

708+
CPPFLAGS="$CPPFLAGS -DSECP256K1_STATIC"
708709
CPPFLAGS="$CPPFLAGS -D_MT -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -D_WIN32_IE=0x0501 -DWIN32_LEAN_AND_MEAN"
709710

710711
dnl libtool insists upon adding -nostdlib and a list of objects/libs to link against.

0 commit comments

Comments
 (0)