mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Set default PROGNAME to "program"
This commit is contained in:
@ -67,6 +67,7 @@ DefaultEnvironment(
|
|||||||
ENV=environ,
|
ENV=environ,
|
||||||
|
|
||||||
UNIX_TIME=int(time()),
|
UNIX_TIME=int(time()),
|
||||||
|
PROGNAME="program",
|
||||||
|
|
||||||
PIOHOME_DIR=util.get_home_dir(),
|
PIOHOME_DIR=util.get_home_dir(),
|
||||||
PROJECT_DIR=util.get_project_dir(),
|
PROJECT_DIR=util.get_project_dir(),
|
||||||
|
@ -11,9 +11,7 @@ env = DefaultEnvironment()
|
|||||||
|
|
||||||
env.Replace(
|
env.Replace(
|
||||||
|
|
||||||
SIZEPRINTCMD="size $SOURCES",
|
SIZEPRINTCMD="size $SOURCES"
|
||||||
|
|
||||||
PROGNAME="program"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user