Skip to content

Commit

Permalink
removed unnecessary compile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LainLayer committed Feb 14, 2024
1 parent 4dd3e46 commit 8cf74b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nob_openbsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bool build_raylib(void)
nob_cmd_append(&cmd, "-I./raylib/raylib-"RAYLIB_VERSION"/src/external/glfw/include");
nob_cmd_append(&cmd, "-c", input_path);
nob_cmd_append(&cmd, "-o", output_path);
nob_cmd_append(&cmd, "-I/usr/X11R6/include", "-L/usr/X11R6/lib");
nob_cmd_append(&cmd, "-I/usr/X11R6/include");
Nob_Proc proc = nob_cmd_run_async(cmd);
nob_da_append(&procs, proc);
}
Expand Down

0 comments on commit 8cf74b1

Please sign in to comment.