mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
CREATE_PROJECT: Build engines plugins table in tests
This is needed to finish the build.
This commit is contained in:
@@ -2017,7 +2017,7 @@ void ProjectProvider::createProject(BuildSetup &setup) {
|
||||
|
||||
// In case we create the main ScummVM project files we will need to
|
||||
// generate engines/plugins_table.h & engines/detection_table.h
|
||||
if (!setup.tests && !setup.devTools) {
|
||||
if (!setup.devTools) {
|
||||
createEnginePluginsTable(setup);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user