We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b145799 commit 55296f1Copy full SHA for 55296f1
src_c/static.c
@@ -24,7 +24,7 @@
24
#undef WITH_THREAD
25
#endif
26
27
-#if 1 // defined(BUILD_STATIC)
+#if defined(BUILD_STATIC)
28
#undef import_pygame_base
29
#undef import_pygame_rect
30
#undef import_pygame_surface
0 commit comments