mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-10 08:17:48 -06:00
Include pins.h in dependencies script (#19468)
This commit is contained in:
parent
362145f608
commit
90bc1993b6
169 changed files with 213 additions and 181 deletions
|
@ -238,7 +238,7 @@ def load_marlin_features():
|
|||
else:
|
||||
cmd += ['-D' + s]
|
||||
|
||||
cmd += ['-w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h']
|
||||
cmd += ['-D__MARLIN_PREBUILD__ -w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h']
|
||||
cmd = ' '.join(cmd)
|
||||
blab(cmd)
|
||||
define_list = subprocess.check_output(cmd, shell=True).splitlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue