Fix premake filter mistake that broke debug builds (and likely any build other than release)

This commit is contained in:
chss95cs@gmail.com
2022-10-08 10:10:36 -07:00
parent 8f7f7dc6ad
commit d8c94b1aee
8 changed files with 17 additions and 5 deletions

2
third_party/fmt.lua vendored
View File

@@ -13,6 +13,8 @@ project("fmt")
"/Os",
"/O1"
})
filter {}
includedirs({
"fmt/include",
})