newlib: Removed dependencies after autoreconf

Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
2025-12-24 17:43:39 +03:00
parent 01e30af541
commit 993b053557

View File

@@ -21,5 +21,5 @@ ExternalProject_Add(
--prefix=${KOS_SDK_DIR}
BUILD_COMMAND make -j${JOBS}
INSTALL_COMMAND make install
DEPENDS gcc automake autoconf
DEPENDS gcc
)