We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670e27 commit 62ff73dCopy full SHA for 62ff73d
.cirrus.yml
@@ -23,7 +23,7 @@ pi_task:
23
- cd buildsdl
24
- cmake ../SDL-release-2.30.7 -DSDL_SHARED=OFF -DSDL_STATIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release
25
- cmake --build . --config Release
26
- - sudo cmake --install .
+ - cmake --install .
27
- cd ..
28
build_raylib_script:
29
- git submodule update --init --recursive
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
pip3 install "cffi>=1.17.1"
75
pip3 install wheel
76
pip3 install setuptools
77
- python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
+ python setup.py bdist_wheel
78
79
- name: Test
80
run: |
0 commit comments