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 9798d64 commit 783dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ make -j 16
# ----- build bit7z library -----
echo -e "\n ----- Building bit7z -----\n"
mkdir -p $BIT7ZDIR/build
cd $BIT7ZDIR
cmake -DBIT7Z_AUTO_FORMAT:BOOL=ON -DBIT7Z_USE_LEGACY_IUNKNOWN=ON -DBIT7Z_GENERATE_PIC=ON -DCMAKE_CXX_FLAGS:STRING=-fPIC -DCMAKE_C_FLAGS:STRING=-fPIC -S $BIT7ZDIR -B $BIT7ZDIR/build
cd $BIT7ZDIR/build
cmake --build . --config Release

# ----- build smtp module -----
Expand Down

0 comments on commit 783dd46

Please sign in to comment.