CREATE_PROJECT: Build engines plugins table in tests

This is needed to finish the build.
This commit is contained in:
Le Philousophe
2025-10-31 19:42:21 +01:00
committed by Helco
parent 1aad68f13c
commit 015293bc2e
+1 -1
View File
@@ -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);
}
}