mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:37:44 +00:00
Kernel: Make new kernel build process work on macOS
Use objcopy from the toolchain so that the changes introduced in
7236584
will succeed on macOS.
Fixes #8768.
This commit is contained in:
parent
3b5b7c5e65
commit
e4f05a9046
3 changed files with 5 additions and 3 deletions
|
@ -167,6 +167,7 @@ else()
|
|||
set(CMAKE_RANLIB ${TOOLCHAIN_PREFIX}gcc-ranlib)
|
||||
set(CMAKE_STRIP ${TOOLCHAIN_PREFIX}strip)
|
||||
set(CMAKE_AR ${TOOLCHAIN_PREFIX}gcc-ar)
|
||||
set(CMAKE_OBJCOPY ${TOOLCHAIN_PREFIX}objcopy)
|
||||
endif()
|
||||
|
||||
foreach(lang ASM C CXX OBJC OBJCXX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue