Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Dec 16, 2024
1 parent f63ee0d commit 5d6a49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_mozc.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def UpdateEnvironmentFilesForWindows(out_dir, vcvarsall_path):
vs_arch = platform.uname().machine
if vs_arch != 'arm64':
vs_arch = vs_arch + '_arm64'
vs_env = get_vs_env_vars(vs_arch)
vs_env = get_vs_env_vars(vs_arch, vcvarsall_path_hint=vcvarsall_path)
env['INCLUDE'] = vs_env['INCLUDE']
env['LIB'] = vs_env['LIB']
env['LIBPATH'] = vs_env['LIBPATH']
Expand Down

0 comments on commit 5d6a49e

Please sign in to comment.