mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Toolchain: Set CMAKE_AR to the right executable
This commit is contained in:
parent
3931b292b0
commit
839aad6e5b
Notes:
sideshowbarker
2024-07-18 16:59:20 +09:00
Author: https://github.com/idispatch Commit: https://github.com/SerenityOS/serenity/commit/839aad6e5b3 Pull-request: https://github.com/SerenityOS/serenity/pull/7710
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ set(CMAKE_STAGING_PREFIX ${SERENITY_BUILD_DIR}/Root/usr/local)
|
|||
set(CMAKE_INSTALL_PREFIX ${SERENITY_BUILD_DIR}/Root/usr/local)
|
||||
set(CMAKE_INSTALL_DATAROOTDIR ${SERENITY_BUILD_DIR}/Root/usr/local/share)
|
||||
|
||||
set(CMAKE_AR $ENV{SERENITY_ARCH}-pc-serenity-ar)
|
||||
set(CMAKE_C_COMPILER $ENV{SERENITY_ARCH}-pc-serenity-gcc)
|
||||
set(CMAKE_CXX_COMPILER $ENV{SERENITY_ARCH}-pc-serenity-g++)
|
||||
|
||||
|
|
Loading…
Reference in a new issue