Skip to content

Commit 88c3d16

Browse files
committed
hopefully fixes build.
1 parent 88a0137 commit 88c3d16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/esp32.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,8 +790,6 @@ def environ_helper(idf_path):
790790

791791

792792
def setup_idf_environ():
793-
os.environ['IDF_COMPONENT_MANAGER'] = '1'
794-
795793
global IDF_ENVIRON_SET
796794
# There were some modifications made with how the environment gets set up
797795
# @cheops put quite a bit of time in to research the best solution
@@ -1451,6 +1449,7 @@ def compile(*args): # NOQA
14511449
global flash_size
14521450

14531451
env, cmds = setup_idf_environ()
1452+
env['IDF_COMPONENT_MANAGER'] = '1'
14541453
add_components(env, cmds[:])
14551454
user_c_module()
14561455

0 commit comments

Comments
 (0)