donate_cpu: Auto detect wxSqlite3 includes

This commit is contained in:
orbitcowboy 2020-12-27 12:44:56 +01:00
parent e8f2f40cd2
commit 4ab5b33cc7
1 changed files with 1 additions and 0 deletions

View File

@ -484,6 +484,7 @@ def get_libraries():
'sdl': ['<SDL.h>', '<SDL/SDL.h>', '<SDL2/SDL.h>'],
'sqlite3': ['<sqlite3.h>', '"sqlite3.h"'],
'tinyxml2': ['<tinyxml2', '"tinyxml2'],
'wxsqlite3': ['<wx/wxsqlite3', '"wx/wxsqlite3'],
'wxwidgets': ['<wx/', '"wx/'],
'zlib': ['<zlib.h>'],
}