mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
Meta: Run 64-bit kernels with qemu-system-x86_64
This commit is contained in:
parent
5eb65286b6
commit
1979c7d185
2 changed files with 8 additions and 2 deletions
|
@ -40,7 +40,7 @@ option(ENABLE_KERNEL_LTO "Build the kernel with link-time optimization" OFF)
|
|||
include(Meta/CMake/wasm_spec_tests.cmake)
|
||||
|
||||
add_custom_target(run
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/Meta/run.sh
|
||||
COMMAND ${CMAKE_COMMAND} -E env "SERENITY_ARCH=${SERENITY_ARCH}" ${CMAKE_SOURCE_DIR}/Meta/run.sh
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue