Skip to content
Snippets Groups Projects
Unverified Commit 7ef59391 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] use make build

parent d4e6561f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ parts:
mkdir -p $SNAPCRAFT_PART_INSTALL/snap/
mkdir -p $SNAPCRAFT_PRIME/snap/
echo ${version} > $SNAPCRAFT_PRIME/snap/version.txt
QT_SELECT=5 XBUILD=no TARGET=${binaryName} ./build.sh
QT_SELECT=5 XBUILD=no TARGET=${binaryName} make build
mkdir -p $SNAPCRAFT_PART_INSTALL/bin
mv qtbuild/release/${binaryName} $SNAPCRAFT_PART_INSTALL/bin/
override-prime: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment