Skip to content

Commit b852317

Browse files
committed
changes some things in windows build
1 parent b72987c commit b852317

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/windows.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
7272
msbuild_path = msbuild_path.split('msbuild', 1)[0][:-1]
7373

7474
VCTargetsPath = os.path.join(msbuild_path, 'Msbuild', 'Microsoft', 'VC', version)
75-
os.environ['VCTargetsPath'] = VCTargetsPath
76-
75+
os.environ['VCTargetsPath'] = VCTargetsPath + '\\'
7776
mpy_cross_cmd.extend([
7877
f'"{env.visual_c.msbuild_path}"',
7978
'lib/micropython/mpy-cross/mpy-cross.vcxproj'

0 commit comments

Comments
 (0)