MacPlatform: find lime.hdll in Mac64 on ARM64 Mac because HashLink doesn't support x86_64 yet
This commit is contained in:
@@ -600,6 +600,11 @@ class MacPlatform extends PlatformTarget
|
||||
|
||||
private inline function get_dirSuffix():String
|
||||
{
|
||||
if (targetFlags.exists("hl"))
|
||||
{
|
||||
// hashlink doesn't support arm64 macs yet
|
||||
return "64";
|
||||
}
|
||||
return targetArchitecture == X64 ? "64" : targetArchitecture == ARM64 ? "Arm64" : "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user