mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
6 lines
162 B
CMake
6 lines
162 B
CMake
set(CMAKE_SYSTEM_NAME Darwin)
|
|
set(CMAKE_SYSTEM_PROCESSOR x64)
|
|
set(CMAKE_OSX_ARCHITECTURES x86_64)
|
|
|
|
set(CMAKE_C_COMPILER_WORKS ON)
|
|
set(CMAKE_CXX_COMPILER_WORKS ON) |