From f5c3d885ecabecceb8520bc8b25c1b1c1faea502 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 20 Apr 2026 22:12:12 +0100 Subject: [PATCH] bootstrap: update reference to static liblaunch --- sys/bootstrap/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/bootstrap/CMakeLists.txt b/sys/bootstrap/CMakeLists.txt index 1089d15..2d15511 100644 --- a/sys/bootstrap/CMakeLists.txt +++ b/sys/bootstrap/CMakeLists.txt @@ -7,7 +7,7 @@ target_link_libraries(bootstrap libmango librosetta libc-core libc-malloc libc-pthread libfs-static - liblaunch + liblaunch-static libxpc-static interface::fs)