From 86f515d04702eca135a8fd14e3cc7eaee2c7c863 Mon Sep 17 00:00:00 2001 From: Trent Huber Date: Thu, 20 Nov 2025 01:23:09 -0500 Subject: [PATCH] Change default library linkage back to static --- build.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.h b/build.h index acdf8eb..87903fa 100644 --- a/build.h +++ b/build.h @@ -1,5 +1,5 @@ -// Rebuild with the following #define to use Raylib as a dynamic library -#define DYNAMICLIBS +/* Rebuild with the following #define to use Raylib as a dynamic library */ +/* #define DYNAMICLIBS */ #ifdef __APPLE__ #define LFRAYLIB \ -- 2.51.0