Why the fuck are cdefines ignored for ext apps?

This commit is contained in:
Willy-JL
2023-05-31 17:21:38 +01:00
parent 9cd407fce5
commit 80a6723454
+3
View File
@@ -52,6 +52,9 @@ class AppBuilder:
self.app_env = self.fw_env.Clone(
FAP_SRC_DIR=self.app._appdir, FAP_WORK_DIR=self.app_work_dir
)
self.app_env.Append(
CPPDEFINES=self.app.cdefines,
)
self.app_env.VariantDir(self.app_work_dir, self.app._appdir, duplicate=False)
def _build_external_files(self):