Skip to content

Commit 262b5bf

Browse files
fix ld
1 parent 8906cb8 commit 262b5bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build-usb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
const HEADROOM_MB = 64;
1717

1818
chdir(LIMINE_DIR);
19-
run('env -u MAKEFLAGS -u MFLAGS -u MAKELEVEL make -j1 CC="gcc -B/usr/bin/" >/dev/null');
19+
run('env -u MAKEFLAGS -u MFLAGS -u MAKELEVEL make -j1 CC="/usr/bin/gcc -B/usr/bin/" >/dev/null');
2020
chdir(BUILD_DIR);
2121

2222
if (!is_file(LIMINE_BIN) || !is_executable(LIMINE_BIN)) {

src/taskswitch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ bool booted_from_cd(void) {
7070
return false;
7171
}
7272

73-
7473
process_t* proc_load(const char* fullpath, pid_t parent_pid, const char* csd)
7574
{
7675
fs_directory_entry_t* fsi = fs_get_file_info(fullpath);

0 commit comments

Comments
 (0)