build: Update to support multi-arch builds.
This commit is contained in:
		| @@ -4,6 +4,9 @@ | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include "common/arch.h" | ||||
| #if CITRA_ARCH(arm64) | ||||
|  | ||||
| #include <string> | ||||
|  | ||||
| namespace Common { | ||||
| @@ -29,3 +32,5 @@ struct CPUCaps { | ||||
| const CPUCaps& GetCPUCaps(); | ||||
|  | ||||
| } // namespace Common | ||||
|  | ||||
| #endif // CITRA_ARCH(arm64) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Steveice10
					Steveice10