Skip to content
Snippets Groups Projects
Commit a6331800 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

configure: add the Debian libwine path for stdole2.tlb

parent 4ea81023
No related branches found
No related tags found
1 merge request!26fix build with bookworm wine
......@@ -146,6 +146,11 @@ AS_IF([test "${SYS}" = "mingw32"],[
AS_IF([$WIDL $WIDLFLAGS -L. -t /dev/null 2>/dev/null],[
AC_MSG_RESULT([yes])
HAS_WIDL_DASH_L=yes
# path of stdole2.tlb in Debian libwine
AS_IF([test -d /usr/lib/${build_cpu}-${build_os}/wine/${host_cpu}-windows],[
WIDLFLAGS="${WIDLFLAGS} -L/usr/lib/${build_cpu}-${build_os}/wine/${host_cpu}-windows"
])
],[
AC_MSG_RESULT([no])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment