Fix build nob.c

This commit is contained in:
2026-08-28 10:35:45 +03:00
parent 67d281d6be
commit e46e3bb02a
+1 -1
View File
@@ -162,7 +162,7 @@ bool build_bootable_image(Nob_Cmd *cmd) {
if (!nob_mkdir_if_not_exists(BUILD_FOLDER "limine"))
return false;
if (!nob_file_exists(BUILD_FOLDER "limine")) {
if (!nob_file_exists(BUILD_FOLDER "limine/limine.c")) {
nob_cmd_append(cmd, "git", "clone", "https://github.com/limine-bootloader/limine.git", "--branch=v11.x-binary", "--depth=1", BUILD_FOLDER "limine");
if (!nob_cmd_run(cmd))
return false;