Skip to content

Commit

Permalink
bit7z
Browse files Browse the repository at this point in the history
  • Loading branch information
gbook committed May 15, 2024
1 parent d7c40ae commit 7199590
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ cd $BUILDDIR/bit7z
echo -e "\n ----- Running cmake --build . --config Release -----\n"
cmake --build . --config Release
cp -uv $SRCDIR/bit7z/lib/x64/libbit7z64.a $BUILDDIR/bit7z/
echo -e "\n Built gdcm in $BUILDDIR/bit7z\n"
cp -uv $SRCDIR/bit7z/lib/x64/libbit7z64.a $SRCDIR/bit7z/
cp -uv $SRCDIR/bit7z/lib/x64/libbit7z64.a ~/rpmbuild/SOURCES/bin/bit7z/
cp -uv $SRCDIR/bit7z/lib/x64/libbit7z64.a ~/rpmbuild/SOURCES/src/bit7z/
echo -e "\n Built bit7z in $BUILDDIR/bit7z\n"

# ----- build smtp module -----
echo $QMAKEBIN -o $BUILDDIR/smtp/Makefile $SRCDIR/smtp/SMTPEmail.pro -spec linux-g++
Expand Down

0 comments on commit 7199590

Please sign in to comment.