Disable 64-bit on HashLink for now
This commit is contained in:
@@ -70,6 +70,7 @@ class LinuxPlatform extends PlatformTarget {
|
|||||||
} else if (project.targetFlags.exists ("hl")) {
|
} else if (project.targetFlags.exists ("hl")) {
|
||||||
|
|
||||||
targetType = "hl";
|
targetType = "hl";
|
||||||
|
is64 = false;
|
||||||
|
|
||||||
} else if (project.targetFlags.exists ("nodejs")) {
|
} else if (project.targetFlags.exists ("nodejs")) {
|
||||||
|
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ class MacPlatform extends PlatformTarget {
|
|||||||
} else if (project.targetFlags.exists ("hl")) {
|
} else if (project.targetFlags.exists ("hl")) {
|
||||||
|
|
||||||
targetType = "hl";
|
targetType = "hl";
|
||||||
|
is64 = false;
|
||||||
|
|
||||||
} else if (project.targetFlags.exists ("java")) {
|
} else if (project.targetFlags.exists ("java")) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user