tup: s/overrides/troublemakers;

This commit is contained in:
bjorn 2022-04-01 16:05:16 -07:00
parent afbf98929f
commit 7d3aa3e061
1 changed files with 3 additions and 3 deletions

View File

@ -179,14 +179,14 @@ if target == 'android' then
lflags += '-shared -landroid -lEGL -lGLESv3'
end
overrides = {
troublemakers = {
glad = '-Wno-pedantic',
os_android = '-Wno-format-pedantic',
miniaudio = '-Wno-unused-function',
}
for file, override in pairs(overrides) do
_G['cflags_' .. file] = override
for file, flags in pairs(troublemakers) do
_G['cflags_' .. file] = flags
end
---> deps