mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
Enable support for powerpc64 systems. New problems with NVTT will be addressed in another diff.
Patch by: @tpearson-raptor Comments by: @q66 Refs: https://github.com/void-linux/void-packages/blob/master/srcpkgs/0ad/patches/ppc64.patch Differential Revision: https://code.wildfiregames.com/D1619 This was SVN commit r24995.
This commit is contained in:
@@ -124,6 +124,7 @@ void RunHardwareDetection()
|
||||
scriptInterface.SetProperty(settings, "arch_arm", ARCH_ARM);
|
||||
scriptInterface.SetProperty(settings, "arch_aarch64", ARCH_AARCH64);
|
||||
scriptInterface.SetProperty(settings, "arch_e2k", ARCH_E2K);
|
||||
scriptInterface.SetProperty(settings, "arch_ppc64", ARCH_PPC64);
|
||||
|
||||
#ifdef NDEBUG
|
||||
scriptInterface.SetProperty(settings, "build_debug", 0);
|
||||
|
||||
Reference in New Issue
Block a user