Cdefines for faps arent needed anymore

This commit is contained in:
Willy-JL
2023-07-14 03:53:04 +02:00
parent 06c44031e7
commit 46de43b617
-3
View File
@@ -52,9 +52,6 @@ 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):