Skip to content

Commit

Permalink
link with glfw instead of glfw3
Browse files Browse the repository at this point in the history
  • Loading branch information
Book-reader authored and lerno committed Nov 4, 2024
1 parent 601718c commit c3e9cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/raylib.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"linux-x64" : {
"link-args" : [],
"dependencies" : [],
"linked-libraries" : ["raylib", "GLESv2", "glfw3", "c"]
"linked-libraries" : ["raylib", "GLESv2", "glfw", "c"]
},
"windows-x64" : {
"linked-libraries" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
Expand Down
2 changes: 1 addition & 1 deletion libraries/raylib5.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"linux-x64" : {
"link-args" : [],
"dependencies" : [],
"linked-libraries" : ["raylib", "GLESv2", "glfw3", "c"]
"linked-libraries" : ["raylib", "GLESv2", "glfw", "c"]
},
"windows-x64" : {
"linked-libraries" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
Expand Down

0 comments on commit c3e9cd2

Please sign in to comment.