mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
build: add mimalloc's Win32 API dependencies
This commit is contained in:
parent
c70f440f66
commit
dae66d4fc4
@ -647,6 +647,8 @@ case $host in
|
|||||||
AC_CHECK_LIB([ws2_32], [WSAStartup],, AC_MSG_ERROR(libws2_32 missing))
|
AC_CHECK_LIB([ws2_32], [WSAStartup],, AC_MSG_ERROR(libws2_32 missing))
|
||||||
AC_CHECK_LIB([shlwapi], [PathRemoveFileSpecW],, AC_MSG_ERROR(libshlwapi missing))
|
AC_CHECK_LIB([shlwapi], [PathRemoveFileSpecW],, AC_MSG_ERROR(libshlwapi missing))
|
||||||
AC_CHECK_LIB([iphlpapi], [GetAdaptersAddresses],, AC_MSG_ERROR(libiphlpapi missing))
|
AC_CHECK_LIB([iphlpapi], [GetAdaptersAddresses],, AC_MSG_ERROR(libiphlpapi missing))
|
||||||
|
AC_CHECK_LIB([psapi], [GetProcessMemoryInfo],, [AC_MSG_ERROR([libpsapi missing])])
|
||||||
|
AC_CHECK_LIB([bcrypt], [main],, [AC_MSG_ERROR([libbcrypt missing])])
|
||||||
|
|
||||||
dnl -static is interpreted by libtool, where it has a different meaning.
|
dnl -static is interpreted by libtool, where it has a different meaning.
|
||||||
dnl In libtool-speak, it's -all-static.
|
dnl In libtool-speak, it's -all-static.
|
||||||
|
Loading…
Reference in New Issue
Block a user