]> Trent Huber's Code - xpmview.git/commitdiff
Change default library linkage back to static
authorTrent Huber <trentmhuber@gmail.com>
Thu, 20 Nov 2025 06:23:09 +0000 (01:23 -0500)
committerTrent Huber <trentmhuber@gmail.com>
Thu, 20 Nov 2025 06:23:09 +0000 (01:23 -0500)
build.h

diff --git a/build.h b/build.h
index acdf8ebaa9f6dc053828b5d46b5317169f709a9c..87903fae10e5b05d732c01d40933b3707290a980 100644 (file)
--- 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 \