From 7d3aa3e061b2a1a344cdefd751460a97bf1ecb90 Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 1 Apr 2022 16:05:16 -0700 Subject: [PATCH] tup: s/overrides/troublemakers; --- Tupfile.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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