Don't force an architecture when building HL on Mac.
Originally, we forced compilation on x86, presumably because at the time HashLink lacked good 64-bit support. When this support improved, the line was changed to force x64 compilation rather than being removed, which may have been a mistake. Now that there are even more valid architectures, it just doesn't make sense to force one.
This commit is contained in:
@@ -127,7 +127,6 @@ class MacPlatform extends PlatformTarget
|
||||
else if (project.targetFlags.exists("hl"))
|
||||
{
|
||||
targetType = "hl";
|
||||
targetArchitecture = X64;
|
||||
}
|
||||
else if (project.targetFlags.exists("java"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user