Skip to content

Commit 9bad988

Browse files
willieyzmkannwischer
authored andcommitted
Autogen: Fix macro define missing error by adding as exception
- Add MLD_CONFIG_API_CONSTANTS_ONLY as exception - Add MLD_PREHASH_ as exception Signed-off-by: willieyz <[email protected]>
1 parent 40caf35 commit 9bad988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/autogen

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,8 @@ def get_config_options():
15491549
"MLD_CHECK_APIS",
15501550
"MLD_CONFIG_API_XXX",
15511551
"MLD_USE_NATIVE_XXX",
1552+
"MLD_CONFIG_API_CONSTANTS_ONLY",
1553+
"MLD_PREHASH_",
15521554
]
15531555

15541556
return configs

0 commit comments

Comments
 (0)