diff --git a/Tupfile.lua b/Tupfile.lua index 4e73e74f..6ccec8f8 100644 --- a/Tupfile.lua +++ b/Tupfile.lua @@ -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