Skip to content

Commit 6d05416

Browse files
RReverserCopilot
andauthored
Update tools/pylauncher/build.bat
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1cf7dfd commit 6d05416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/pylauncher/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
:: /Brepro : Deterministic (reproducible) output
1111
:: ucrt.lib : Link only against Universal CRT (no vcruntime dependency)
1212

13-
cl pylauncher.c /Fe:pylauncher.exe /O1 /GS- /link /NODEFAULTLIB /ENTRY:main /Brepro ucrt.lib kernel32.lib shlwapi.lib
13+
cl pylauncher.c /Fe:pylauncher.exe /O1 /GS- /link /NODEFAULTLIB /ENTRY:main /MACHINE:X64 /Brepro ucrt.lib kernel32.lib shlwapi.lib

0 commit comments

Comments
 (0)