Skip to content

Commit ca4752d

Browse files
try win32
1 parent 485f5ed commit ca4752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raylib/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ def build_windows():
270270
ffibuilder.cdef((THIS_DIR / "glfw3.h.modified").read_text())
271271
ffibuilder.cdef((THIS_DIR / "rlgl.h.modified").read_text())
272272
ffibuilder.cdef((THIS_DIR / "raygui.h.modified").read_text())
273-
ffibuilder.cdef((THIS_DIR / "physac.h.modified").read_text())
274273
ffibuilder.cdef((THIS_DIR / "raymath.h.modified").read_text())
275274

276275
ffi_includes = """
@@ -291,6 +290,7 @@ def build_windows():
291290
"""
292291

293292
if platform.architecture()[0] != "32bit": # Physac wont compile on 32bit windows
293+
ffibuilder.cdef((THIS_DIR / "physac.h.modified").read_text())
294294
ffi_includes += """
295295
#define PHYSAC_IMPLEMENTATION
296296
#define PHYSAC_NO_THREADS

0 commit comments

Comments
 (0)