Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS committed Aug 28, 2023
1 parent be6c9ae commit deacd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
qt6_build()
{
python3 setup.py build --parallel "$(nproc)" --limited-api yes
export dir_name=qfpa-py${PYTHON_VERSION}-qt${QT_VERSION}-64bit-release \
export dir_name=qfpa-py${PYTHON_VERSION}-qt${QT_VERSION}-64bit-release
tar czvf "/output/$dir_name.tar.gz" -C "./build/$dir_name/install" .
python3 setup.py build --parallel "$(nproc)" bdist_wheel --limited-api yes
cp ./dist/* /output
Expand Down

0 comments on commit deacd81

Please sign in to comment.