From 6e06f2822222856393237fd81031eedcae585652 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 2 Aug 2024 20:25:08 +0200 Subject: [PATCH] Add wincrt flag. --- libraries/raylib.c3l/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/raylib.c3l/manifest.json b/libraries/raylib.c3l/manifest.json index ed8e3e5..28d2252 100644 --- a/libraries/raylib.c3l/manifest.json +++ b/libraries/raylib.c3l/manifest.json @@ -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" } } } \ No newline at end of file