mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 05:07:48 -06:00
parent
07c5a4fa04
commit
59fd6428ae
5 changed files with 47 additions and 70 deletions
|
@ -2,13 +2,8 @@
|
|||
# common-dependencies-post.py
|
||||
# Convenience script to add build flags for Marlin Enabled Features
|
||||
#
|
||||
|
||||
Import("env")
|
||||
|
||||
# Detect that 'vscode init' is running
|
||||
from SCons.Script import COMMAND_LINE_TARGETS
|
||||
if "idedata" in COMMAND_LINE_TARGETS:
|
||||
env.Exit(0)
|
||||
|
||||
Import("projenv")
|
||||
|
||||
def apply_board_build_flags():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue