mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
The existing code broke create_project in ResidualVM, as the loop that creates the actual build configurations generated the hash from the actual object name, which for ResidualVM would be XCConfigurationList_residualvm. The same logic was not applied when generating the reference, as that would use the hardcoded name XCConfigurationList_scummvm. This patch makes a minimal fix for that, by using the PROJECT_NAME define instead of the hardcoded name.