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