Skip to content

Commit d646c97

Browse files
Merge pull request #1 from vsevolod-misiul/fix/aarch64-build-fix
For linux on arm64 the long type is not defined, so grab it from ctyp…
2 parents 5dfca47 + 69e8ced commit d646c97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accelerate/src/vbo.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Cython-coded VBO implementation"""
22
#cython: language_level=3
33
import ctypes, weakref
4+
from ctypes import c_long as long
45
from OpenGL_accelerate.formathandler cimport FormatHandler
56
from OpenGL import error
67
from OpenGL._bytes import bytes,unicode

0 commit comments

Comments
 (0)