We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8906cb8 commit 262b5bfCopy full SHA for 262b5bf
build-usb.php
@@ -16,7 +16,7 @@
16
const HEADROOM_MB = 64;
17
18
chdir(LIMINE_DIR);
19
-run('env -u MAKEFLAGS -u MFLAGS -u MAKELEVEL make -j1 CC="gcc -B/usr/bin/" >/dev/null');
+run('env -u MAKEFLAGS -u MFLAGS -u MAKELEVEL make -j1 CC="/usr/bin/gcc -B/usr/bin/" >/dev/null');
20
chdir(BUILD_DIR);
21
22
if (!is_file(LIMINE_BIN) || !is_executable(LIMINE_BIN)) {
src/taskswitch.c
@@ -70,7 +70,6 @@ bool booted_from_cd(void) {
70
return false;
71
}
72
73
-
74
process_t* proc_load(const char* fullpath, pid_t parent_pid, const char* csd)
75
{
76
fs_directory_entry_t* fsi = fs_get_file_info(fullpath);
0 commit comments