CMake: Support multiple CMAKE_OSX_ARCHITECTURES
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user