fix linux aarch64 build issues on ue 5.0
This commit is contained in:
@@ -159,7 +159,7 @@ public class SenseGloveConnectImpl : ModuleRules
|
|||||||
|
|
||||||
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64"));
|
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64"));
|
||||||
}
|
}
|
||||||
#if UE_5_1_OR_LATER
|
#if UE_5_0_OR_LATER
|
||||||
else if (Target.Platform == UnrealTargetPlatform.LinuxArm64)
|
else if (Target.Platform == UnrealTargetPlatform.LinuxArm64)
|
||||||
#else
|
#else
|
||||||
else if (Target.Platform == UnrealTargetPlatform.LinuxAArch64)
|
else if (Target.Platform == UnrealTargetPlatform.LinuxAArch64)
|
||||||
@@ -313,7 +313,7 @@ public class SenseGloveConnectImpl : ModuleRules
|
|||||||
|
|
||||||
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64"));
|
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64"));
|
||||||
}
|
}
|
||||||
#if UE_5_1_OR_LATER
|
#if UE_5_0_OR_LATER
|
||||||
else if (Target.Platform == UnrealTargetPlatform.LinuxArm64)
|
else if (Target.Platform == UnrealTargetPlatform.LinuxArm64)
|
||||||
#else
|
#else
|
||||||
else if (Target.Platform == UnrealTargetPlatform.LinuxAArch64)
|
else if (Target.Platform == UnrealTargetPlatform.LinuxAArch64)
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ public class SenseGloveCoreImpl : ModuleRules
|
|||||||
|
|
||||||
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64"));
|
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "x86-64"));
|
||||||
}
|
}
|
||||||
#if UE_5_1_OR_LATER
|
#if UE_5_0_OR_LATER
|
||||||
else if (Target.Platform == UnrealTargetPlatform.LinuxArm64)
|
else if (Target.Platform == UnrealTargetPlatform.LinuxArm64)
|
||||||
#else
|
#else
|
||||||
else if (Target.Platform == UnrealTargetPlatform.LinuxAArch64)
|
else if (Target.Platform == UnrealTargetPlatform.LinuxAArch64)
|
||||||
|
|||||||
Reference in New Issue
Block a user