Fix build nob.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user