summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorPeter0x44 <[email protected]>2023-11-30 19:07:50 +0000
committerGitHub <[email protected]>2023-11-30 20:07:50 +0100
commitef5069862d737919d98718095b0696c3bc74bac8 (patch)
tree18bf5c026c79073dc6509a7f640df36a32ce0f9a /src
parente9ddb15d9d05ac61739c52a604a7a5adb7efa4e9 (diff)
downloadraylib-ef5069862d737919d98718095b0696c3bc74bac8.tar.gz
raylib-ef5069862d737919d98718095b0696c3bc74bac8.zip
Fix mistake in pr #3572 (#3587)
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 2468f30b..21aea6a0 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -776,7 +776,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
#if defined(RLGL_IMPLEMENTATION)
// Expose OpenGL functions from glad in raylib
-#if defined(BUILD_SHARED_LIBS)
+#if defined(BUILD_LIBTYPE_SHARED)
#define GLAD_API_CALL_EXPORT_BUILD
#endif