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