Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jul 19, 2023
1 parent b6eefff commit 7004f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/main.toit
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ create_makefile_ dir/string --toit_root/string --build_path/string --chip/string
// Should be pretty rare.
file.write_content --path="$dir/Makefile" """
SHELL := bash
.SHELLFLAGS := -eu -o pipefail -c
.SHELLFLAGS += -e
IDF_PATH := $idf_path
IDF_PY := \$(IDF_PATH)/tools/idf.py
Expand Down

0 comments on commit 7004f29

Please sign in to comment.