Skip to content

Commit

Permalink
changes some things in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Apr 30, 2024
1 parent b72987c commit b852317
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builder/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
msbuild_path = msbuild_path.split('msbuild', 1)[0][:-1]

VCTargetsPath = os.path.join(msbuild_path, 'Msbuild', 'Microsoft', 'VC', version)
os.environ['VCTargetsPath'] = VCTargetsPath

os.environ['VCTargetsPath'] = VCTargetsPath + '\\'
mpy_cross_cmd.extend([
f'"{env.visual_c.msbuild_path}"',
'lib/micropython/mpy-cross/mpy-cross.vcxproj'
Expand Down

0 comments on commit b852317

Please sign in to comment.