Put MSVC buildoptions under Windows platform filter.
This commit is contained in:
8
third_party/imgui.lua
vendored
8
third_party/imgui.lua
vendored
@@ -22,6 +22,8 @@ project("imgui")
|
||||
"imgui/stb_textedit.h",
|
||||
"imgui/stb_truetype.h",
|
||||
})
|
||||
buildoptions({
|
||||
"/wd4312", -- Ugh.
|
||||
})
|
||||
|
||||
filter("platforms:Windows")
|
||||
buildoptions({
|
||||
"/wd4312", -- Ugh.
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user