mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
public: build: revert arm64 renaming to aarch64, we shouldn't enforce naming changes without a reason
This commit is contained in:
parent
5ba2449d10
commit
03a7c67731
@ -162,7 +162,7 @@ const char *Q_ArchitectureStringByID( const int arch, const uint abi, const int
|
|||||||
const qboolean hardfp = FBitSet( abi, ARCHITECTURE_ARM_HARDFP );
|
const qboolean hardfp = FBitSet( abi, ARCHITECTURE_ARM_HARDFP );
|
||||||
|
|
||||||
if( is64 )
|
if( is64 )
|
||||||
return "aarch64";
|
return "arm64"; // keep as arm64, it's not aarch64!
|
||||||
|
|
||||||
switch( ver )
|
switch( ver )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user