mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-11 23:38:11 -07:00
Why the fuck are cdefines ignored for ext apps?
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user