File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ pushd ..
17
17
./build_osx-arm64.sh
18
18
popd
19
19
20
- arch -arm64 python3.9 create_zip_addon.py
20
+ arch -arm64 python3.11 create_zip_addon.py
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- arch -arm64 python3.9 cmd_tools/create_sdk.py
3
+ arch -arm64 python3.11 cmd_tools/create_sdk.py
4
4
5
5
IGNORE_MISSING_OPENMP=1
6
6
cxml=" /usr/local/bin/castxml"
7
7
if [ -f " $cxml " ]; then
8
- arch -arm64 python3.9 src/bindings/pyrpr/src/pyrprapi.py $cxml
8
+ arch -arm64 python3.11 src/bindings/pyrpr/src/pyrprapi.py $cxml
9
9
if [ -f " ./bindings-ok" ]; then
10
- arch -arm64 python3.9 build.py
11
- arch -arm64 python3.10 build.py
10
+ arch -arm64 python3.11 build.py
12
11
else
13
12
echo Compiling bindings failed
14
13
fi
You can’t perform that action at this time.
0 commit comments