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

@@ -3,9 +3,10 @@
#pragma once
#include "cpu_newrec_compiler.h"
#include <initializer_list>
#include <memory>
#ifdef CPU_ARCH_X64
namespace CPU::NewRec {
class X64Compiler final : public Compiler
@@ -139,3 +140,5 @@ private:
};
} // namespace CPU::NewRec
#endif // CPU_ARCH_X64