We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751d38f commit a89c821Copy full SHA for a89c821
tools/config/__init__.py
@@ -903,7 +903,7 @@ def get_config_data(self):
903
all_params = self.get_target_config_data()
904
lib_params, macros = self.get_lib_config_data(all_params)
905
self.get_app_config_data(lib_params, macros)
906
- return all_params, macros
+ return lib_params, macros
907
908
@staticmethod
909
def _check_required_parameters(params):
0 commit comments