mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
build: Fix windows configure when using --with-qt-libdir
fixes #4630 Github-Pull: #4633
This commit is contained in:
parent
8d0d512bde
commit
9ce0774aba
@ -357,6 +357,11 @@ AC_DEFUN([_BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG],[
|
|||||||
])
|
])
|
||||||
|
|
||||||
BITCOIN_QT_CHECK([
|
BITCOIN_QT_CHECK([
|
||||||
|
LIBS=
|
||||||
|
if test x$qt_lib_path != x; then
|
||||||
|
LIBS="$LIBS -L$qt_lib_path"
|
||||||
|
fi
|
||||||
|
|
||||||
if test x$TARGET_OS == xwindows; then
|
if test x$TARGET_OS == xwindows; then
|
||||||
AC_CHECK_LIB([imm32], [main],, BITCOIN_QT_FAIL(libimm32 not found))
|
AC_CHECK_LIB([imm32], [main],, BITCOIN_QT_FAIL(libimm32 not found))
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user