From: Trent Huber Date: Thu, 20 Nov 2025 06:23:09 +0000 (-0500) Subject: Change default library linkage back to static X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=86f515d04702eca135a8fd14e3cc7eaee2c7c863;p=xpmview.git Change default library linkage back to static --- 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 \