CMake: Support multiple CMAKE_OSX_ARCHITECTURES

This commit is contained in:
Stenzek
2023-11-24 19:14:57 +10:00
parent af86e5d058
commit 7cc52bba23
23 changed files with 106 additions and 82 deletions

View File

@@ -5,6 +5,8 @@
#include "cpu_newrec_compiler.h"
#include <memory>
#ifdef CPU_ARCH_RISCV64
namespace CPU::NewRec {
class RISCV64Compiler final : public Compiler
@@ -168,3 +170,5 @@ private:
};
} // namespace CPU::NewRec
#endif // CPU_ARCH_RISCV64