Fix SQLite failing to initialize on test projects

This commit is contained in:
smoogipoo
2018-03-26 18:07:09 +09:00
parent d2c5fa72dc
commit 5159127bce
9 changed files with 12 additions and 2 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Desktop
public static int Main(string[] args)
{
// required to initialise native SQLite libraries on some platforms.
SQLitePCL.Batteries_V2.Init();
if (!RuntimeInfo.IsMono)
useMulticoreJit();