From 64a2307c082df0e9cc485dfa98d8e7c21b9d8adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Mon, 4 Jul 2022 16:33:03 +0200 Subject: [PATCH] Forgot posix.lib.so as boot module. --- repos/mml/run/posix_playground.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/mml/run/posix_playground.run b/repos/mml/run/posix_playground.run index 85d7e6afd8..78f5bca715 100644 --- a/repos/mml/run/posix_playground.run +++ b/repos/mml/run/posix_playground.run @@ -39,7 +39,7 @@ install_config { } set boot_modules { - core init timer vfs.lib.so ld.lib.so libc.lib.so libm.lib.so stdcxx.lib.so posix_playground + core init timer vfs.lib.so ld.lib.so posix.lib.so libc.lib.so libm.lib.so stdcxx.lib.so posix_playground } build_boot_image $boot_modules