Skip to content

Commit

Permalink
scripts: Specify CMAKE_SYSROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Feb 13, 2024
1 parent deac3cc commit 990d5ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/CMakeToolchain-x86_64-managarm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set(CMAKE_SYSTEM_PROCESSOR x86_64)

set(CMAKE_FIND_ROOT_PATH $ENV{XBSTRAP_SYSROOT_DIR})

set(CMAKE_SYSROOT ${CMAKE_FIND_ROOT_PATH})

set(CMAKE_C_COMPILER x86_64-managarm-gcc)
set(CMAKE_CXX_COMPILER x86_64-managarm-g++)

Expand Down

0 comments on commit 990d5ac

Please sign in to comment.