| Index: win_toolchain/package_from_installed.py
|
| diff --git a/win_toolchain/package_from_installed.py b/win_toolchain/package_from_installed.py
|
| index f9d5502b73ec9748e8b7b181c20600f4ca087e42..7f065b6912725255ddadfd4e64f4f7841a94fc40 100644
|
| --- a/win_toolchain/package_from_installed.py
|
| +++ b/win_toolchain/package_from_installed.py
|
| @@ -155,7 +155,7 @@ def BuildFileList():
|
| for system_crt_file in system_crt_files:
|
| result.append((os.path.join(r'C:\Windows\SysWOW64', system_crt_file),
|
| os.path.join('sys32', system_crt_file)))
|
| - result.append((os.path.join(r'C:\Windows\System32', system_crt_file),
|
| + result.append((os.path.join(r'C:\Windows\Sysnative', system_crt_file),
|
| os.path.join('sys64', system_crt_file)))
|
|
|
| # Generically drop all arm stuff that we don't need.
|
|
|