mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Fix the Wine tools search path.
Add /usr/local/lib to the default ntdll search path.
This commit is contained in:
parent
003f02b733
commit
3b3025b6f8
@ -2668,7 +2668,7 @@ else
|
||||
fi])
|
||||
if test -n "$WINE_TOOLS"
|
||||
then
|
||||
WINE_TOOL_PATH="$WINE_TOOLS:$WINE_TOOLS/wrc:$WINE_TOOLS/winebuild"
|
||||
WINE_TOOL_PATH="$WINE_TOOLS:$WINE_TOOLS/tools/wrc:$WINE_TOOLS/tools/winebuild"
|
||||
fi
|
||||
|
||||
if test -z "$WINE_INCLUDE_ROOT"
|
||||
@ -2714,7 +2714,7 @@ then
|
||||
then
|
||||
WINE_DLL_ROOT="$WINE_LIBRARY_ROOT:$WINE_LIBRARY_ROOT/dlls"
|
||||
else
|
||||
WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls"
|
||||
WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls:/usr/local/lib:/usr/local/lib/dlls"
|
||||
fi
|
||||
fi
|
||||
AC_PATH_FILE(WINE_DLL_ROOT,[libntdll.so],[
|
||||
|
Loading…
Reference in New Issue
Block a user