Fix premake filter mistake that broke debug builds (and likely any build other than release)
This commit is contained in:
2
third_party/fmt.lua
vendored
2
third_party/fmt.lua
vendored
@@ -13,6 +13,8 @@ project("fmt")
|
||||
"/Os",
|
||||
"/O1"
|
||||
})
|
||||
filter {}
|
||||
|
||||
includedirs({
|
||||
"fmt/include",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user