Skip to content

Commit

Permalink
fix missing mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Jan 4, 2025
1 parent 2c79346 commit d6ba624
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ mac_task:
- env:
PY_VER: "3.11"
RAYLIB_PLATFORM: Desktop
- env:
PY_VER: "3.11"
RAYLIB_PLATFORM: SDL
- env:
PY_VER: "3.12"
RAYLIB_PLATFORM: Desktop
- env:
PY_VER: "3.12"
RAYLIB_PLATFORM: SDL
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def has_ext_modules(foo):

# should be name="raylib"+NAME but then Github doesn't track dependants
setup(
name="raylib",
name="raylib"+NAME,
version=VERSION,
description="Python CFFI bindings for Raylib",
long_description=README,
Expand Down

0 comments on commit d6ba624

Please sign in to comment.