Skip to content

Commit

Permalink
added inih build dep for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Dec 11, 2023
1 parent e5accae commit b98d72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/linux/easy_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ case $os in
sudo apt-get install -y build-essential cmake
sudo apt-get install -y libsdl2-dev libsdl2-image-dev libopus-dev uuid-dev \
libcurl4-openssl-dev libavcodec-dev libavutil-dev libexpat1-dev \
libmbedtls-dev libfontconfig1-dev
libmbedtls-dev libfontconfig1-dev libinih-dev
;;
esac

Expand All @@ -54,4 +54,4 @@ $CMAKE_BIN --build "${CMAKE_BINARY_DIR}" -- -j "$(nproc)" || exit 1

echo "Build package"
cd "${CMAKE_BINARY_DIR}" || exit 1
$CPACK_BIN
$CPACK_BIN

0 comments on commit b98d72b

Please sign in to comment.