Skip to content

Commit

Permalink
waf: added WAF_BUILD_TARGET for esp32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Dec 30, 2023
1 parent 4b90807 commit 564041f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/ardupilotwaf/esp32.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def pre_build(self):
"""Configure esp-idf as lib target"""
lib_vars = OrderedDict()
lib_vars['ARDUPILOT_CMD'] = self.cmd
lib_vars['WAF_BUILD_TARGET'] = self.targets
lib_vars['ARDUPILOT_LIB'] = self.bldnode.find_or_declare('lib/').abspath()
lib_vars['ARDUPILOT_BIN'] = self.bldnode.find_or_declare('lib/bin').abspath()
target = self.env.ESP32_TARGET
Expand Down

0 comments on commit 564041f

Please sign in to comment.