Commit 691bfa26 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

winewrapper: Add dlls/ntdll to the library path so macOS can find ntdll.so.

parent 9af226c8
......@@ -69,9 +69,9 @@ if [ "`uname -s`" = "Darwin" ]
then
if [ -n "$DYLD_LIBRARY_PATH" ]
then
DYLD_LIBRARY_PATH="$topdir/libs/wine:$DYLD_LIBRARY_PATH"
DYLD_LIBRARY_PATH="$topdir/libs/wine:$topdir/dlls/ntdll:$DYLD_LIBRARY_PATH"
else
DYLD_LIBRARY_PATH="$topdir/libs/wine"
DYLD_LIBRARY_PATH="$topdir/libs/wine:$topdir/dlls/ntdll"
fi
export DYLD_LIBRARY_PATH
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment