summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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