Skip to content

Commit

Permalink
Add wincrt flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Aug 2, 2024
1 parent 869fd45 commit 6e06f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/raylib.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"linked-libs" : ["raylib", "GLESv2", "glfw3", "c"]
},
"windows-x64" : {
"linked-libs" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"]
"linked-libs" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
"wincrt": "none"
}
}
}

0 comments on commit 6e06f28

Please sign in to comment.