fix arm64 build

This commit is contained in:
João Moreno
2020-05-27 15:14:43 +02:00
parent 844a79ef8c
commit b1029cc2bc
+1 -1
View File
@@ -1010,7 +1010,7 @@ begin
end;
#endif
#if "user" == InstallTarget
#if "user" == InstallTarget && "arm64" != Arch
#if "ia32" == Arch
#define IncompatibleArchRootKey "HKLM32"
#else