BuildSystem: Add USES_TERMINAL when preparing sysroot

You were not able to enter sudo password on sysroot unpacking,
which caused ninja to hang
This commit is contained in:
Bananymous 2023-08-23 20:48:40 +03:00
parent 80e7a89f67
commit ce8e8e68f4
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ add_subdirectory(userspace)
add_custom_target(sysroot
COMMAND mkdir -p ${BANAN_SYSROOT}
COMMAND cd ${BANAN_SYSROOT} && sudo tar xf ${BANAN_BASE_SYSROOT}
USES_TERMINAL
)
add_custom_target(headers