Fix premake filter mistake that broke debug builds (and likely any build other than release)
This commit is contained in:
@@ -16,6 +16,8 @@ project("xenia-vfs")
|
||||
"/Os",
|
||||
"/O1"
|
||||
})
|
||||
filter {}
|
||||
|
||||
recursive_platform_files()
|
||||
removefiles({"vfs_dump.cc"})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user