Skip to content

Commit b1029cc

Browse files
committed
fix arm64 build
1 parent 844a79e commit b1029cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/win32/code.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ begin
10101010
end;
10111011
#endif
10121012
1013-
#if "user" == InstallTarget
1013+
#if "user" == InstallTarget && "arm64" != Arch
10141014
#if "ia32" == Arch
10151015
#define IncompatibleArchRootKey "HKLM32"
10161016
#else

0 commit comments

Comments
 (0)