[VFS] Zar fix VFS premake5.lua

This commit is contained in:
Romain Tisserand 2023-05-18 18:07:48 +02:00
parent b1495a89b2
commit e76c1f19e6
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ project_root = "../../.." include(project_root.."/tools/build")
files({
"vfs_dump.cc",
project_root.."/src/xenia/base/console_app_main_".
.platform_suffix..".cc",
project_root.."/src/xenia/base/console_app_main_"..platform_suffix..".cc",
}) resincludedirs({
project_root,
})