Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
pygame.h is in _sdl2 parent directory
Browse files Browse the repository at this point in the history
this should be harmless but helps fixing static build for pygame#718.
  • Loading branch information
pmp-p committed Mar 31, 2022
1 parent a1725cf commit ab8e985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_c/cython/pygame/_sdl2/controller.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import error

cdef extern from "pygame.h" nogil:
cdef extern from "../pygame.h" nogil:
int pgJoystick_Check(object joy)
object pgJoystick_New(int);
void import_pygame_joystick()
Expand Down

0 comments on commit ab8e985

Please sign in to comment.