mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Co-authored-by: Electroid <Electroid@users.noreply.github.com> Co-authored-by: Meghan Denny <meghan@bun.sh>
7 lines
163 B
CMake
7 lines
163 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR x64)
|
|
set(ENABLE_BASELINE ON)
|
|
set(ABI musl)
|
|
|
|
set(CMAKE_C_COMPILER_WORKS ON)
|
|
set(CMAKE_CXX_COMPILER_WORKS ON) |