Skip to content

Commit

Permalink
fixing bit7z
Browse files Browse the repository at this point in the history
  • Loading branch information
gbook committed May 15, 2024
1 parent 8102423 commit f3d20c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ echo -e "\n ----- Building bit7z -----\n"
echo -e "\n --- Creating path $BIT7ZDIR/build -----\n"
mkdir -p $BIT7ZDIR/build
echo -e "\n --- cd into $BIT7ZDIR/build -----\n"
cd $BIT7ZDIR/build
echo -e "\n --- Running 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 -----\n"
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
cd $BIT7ZDIR
echo -e "\n --- Running 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 build -----\n"
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 build
echo -e "\n --- Running cmake --build . --config Release -----\n"
cmake --build . --config Release

Expand Down

0 comments on commit f3d20c6

Please sign in to comment.