Skip to content

Commit d6ba624

Browse files
fix missing mac builds
1 parent 2c79346 commit d6ba624

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.cirrus.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ mac_task:
8989
- env:
9090
PY_VER: "3.11"
9191
RAYLIB_PLATFORM: Desktop
92+
- env:
93+
PY_VER: "3.11"
94+
RAYLIB_PLATFORM: SDL
95+
- env:
96+
PY_VER: "3.12"
97+
RAYLIB_PLATFORM: Desktop
9298
- env:
9399
PY_VER: "3.12"
94100
RAYLIB_PLATFORM: SDL

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def has_ext_modules(foo):
2525

2626
# should be name="raylib"+NAME but then Github doesn't track dependants
2727
setup(
28-
name="raylib",
28+
name="raylib"+NAME,
2929
version=VERSION,
3030
description="Python CFFI bindings for Raylib",
3131
long_description=README,

0 commit comments

Comments
 (0)