Commit 9027b927 authored by Alexandre Julliard's avatar Alexandre Julliard

wineandroid: Support running binaries from the application directory.

parent bc70768c
......@@ -91,6 +91,7 @@ public class WineActivity extends Activity
env.put( "LD_LIBRARY_PATH", libdir.toString() + ":" + getApplicationInfo().nativeLibraryDir );
env.put( "LC_ALL", locale );
env.put( "LANG", locale );
env.put( "PATH", bindir.toString() + ":" + System.getenv( "PATH" ));
if (cmdline == null)
{
......
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