We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fc9f0 commit fddac5cCopy full SHA for fddac5c
PrjBarlib/make_xos.sh
@@ -1,11 +1,21 @@
1
premake5 gmake2 --python-include-path=/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 \
2
--python-lib-path=/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/lib/ \
3
--python-version=3.13
4
+if [[ $? -ne 0 ]] ; then
5
+ exit 1
6
+fi
7
+
8
cd build
9
make config=python clean
10
make config=python Barlib
11
12
13
14
15
rm -rf Python/BarcodeProject
16
bash ../modules/python/make_package.sh Python python3
17
18
19
20
21
cp -r ./Python/BarcodeProject/dist ../../dist
0 commit comments