diff options
Diffstat (limited to 'etc/import/TARGETS.upb')
-rw-r--r-- | etc/import/TARGETS.upb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/import/TARGETS.upb b/etc/import/TARGETS.upb index c7cd7119..3a111937 100644 --- a/etc/import/TARGETS.upb +++ b/etc/import/TARGETS.upb @@ -10,7 +10,7 @@ , "arguments_config": ["COMPILER_FAMILY"] , "name": ["upb"] , "pure C": ["YES"] - , "local cflags": + , "private-cflags": { "type": "case" , "expr": {"type": "var", "name": "COMPILER_FAMILY", "default": "unknown"} , "case": {"gnu": ["-Wno-int-to-pointer-cast", "-Wno-pointer-to-int-cast"]} |