Copy correct ndll on arm64 mac
This commit is contained in:
@@ -535,6 +535,6 @@ class MacPlatform extends PlatformTarget
|
||||
|
||||
private inline function get_dirSuffix():String
|
||||
{
|
||||
return targetArchitecture == X64 ? "64" : "";
|
||||
return targetArchitecture == X64 ? "64" : targetArchitecture == ARM64 ? "Arm64" : "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user