Commit 2e3b3ca9 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Allow wineprefixcreate to run to the end when configuring from the

source tree.
parent 873cd009
......@@ -66,6 +66,14 @@ do
if [ -x "$topdir/server/wineserver" ]
then
WINELOADER="$topdir/wine"
WINESERVER="$topdir/server/wineserver"
if [ -n "$LD_LIBRARY_PATH" ]
then
LD_LIBRARY_PATH="$topdir/libs:$LD_LIBRARY_PATH"
else
LD_LIBRARY_PATH="$topdir/libs"
fi
export LD_LIBRARY_PATH
dlldir="$topdir/programs"
datadir="$topdir/tools"
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