Skip to content

Commit 266feb6

Browse files
authored
Merge pull request #28 from bitcraze/rik/make
Source ESP idf in make script
2 parents 815d354 + 4b2d219 commit 266feb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e
33

44
scriptDir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
55

6-
make --directory=${scriptDir}/../.. "${@}"
6+
source /new_home/.espressif/python_env/idf4.3_py3.10_env/bin/activate && make --directory=${scriptDir}/../.. "${@}"

0 commit comments

Comments
 (0)