1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

bin: define VLC_LIB_PATH

...when running in build tree.
This commit is contained in:
Rémi Denis-Courmont 2018-02-07 23:41:07 +02:00
parent 75308a48f2
commit ae6ecfb36e

View File

@ -133,6 +133,7 @@ int main( int i_argc, const char *ppsz_argv[] )
#ifdef TOP_BUILDDIR
setenv ("VLC_PLUGIN_PATH", TOP_BUILDDIR"/modules", 1);
setenv ("VLC_DATA_PATH", TOP_SRCDIR"/share", 1);
setenv ("VLC_LIB_PATH", TOP_BUILDDIR"/modules", 1);
#endif
/* Clear the X.Org startup notification ID. Otherwise the UI might try to