File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -83,16 +83,15 @@ jobs:
83
83
cd raylib-c
84
84
mkdir build
85
85
cd build
86
- cmake -DBUILD_EXAMPLES=off -DCMAKE_OSX_ARCHITECTURES="arm64" -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
86
+
7E76
cmake -DBUILD_EXAMPLES=off -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
87
87
make -j2
88
88
sudo make install
89
89
- name : Copy extras
90
90
run : |
91
91
sudo cp physac/src/physac.h /usr/local/include/
92
92
sudo cp raygui/src/raygui.h /usr/local/include/
93
93
94
- # Name defaults to universal2 and it technically is, but it wont run on x86_64 because we didnt build raylib for that
95
- # so symbols are missing. So we override name to arm64. Why don't we make a working universal2 wheel? Because
94
+ # Name defaults to universal2 and it technically is, but we override name to arm64. Why don't we make a working universal2 wheel? Because
96
95
# I'd rather have a separate x86_64 that I can test, and I want it to work on 10_15 but I'm not sure a 'macosx_10_15_universal2' is valid
97
96
# given that there is no SDK for universal until macosx_11_0
98
97
- name : Build raylib-python-cffi
You can’t perform that action at this time.
0 commit comments