Skip to content
Snippets Groups Projects
Commit 8fe05711 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

winvlc: --data-path no longer exists

parent cb11b784
No related branches found
No related tags found
Loading
......@@ -160,9 +160,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
argv[j++] = FromWide( L"--media-library" );
argv[j++] = FromWide( L"--no-ignore-config" );
#ifdef TOP_SRCDIR
argv[j++] = FromWide (L"--data-path=Z:"TOP_SRCDIR"/share");
#endif
for (int i = 1; i < argc; i++)
{
if(!wcscmp(wargv[i], L"--no-crashdump"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment