Skip to content

Commit

Permalink
Fix github actions (#1662)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update build.sh
  • Loading branch information
kladkogex authored Sep 21, 2023
1 parent 6add485 commit e4b171b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -932,13 +932,8 @@ then
cd "$SOURCES_ROOT"
if [ ! -d "libiconv-1.15" ];
then
if [ ! -f "libiconv-1.15.tar.gz" ];
then
echo -e "${COLOR_INFO}downloading it${COLOR_DOTS}...${COLOR_RESET}"
eval "$WGET" --no-check-certificate https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz
fi
echo -e "${COLOR_INFO}unpacking it${COLOR_DOTS}...${COLOR_RESET}"
eval tar -xzf libiconv-1.15.tar.gz
eval tar -xzf "$PREDOWNLOADED_ROOT/libiconv-1.15.tar.gz"
echo -e "${COLOR_INFO}configuring it${COLOR_DOTS}...${COLOR_RESET}"
cd libiconv-1.15
eval ./configure "${CONF_CROSSCOMPILING_OPTS_GENERIC}" --enable-static --disable-shared --prefix="$INSTALL_ROOT" "${CONF_DEBUG_OPTIONS}"
Expand Down
Binary file added deps/pre_downloaded/libiconv-1.15.tar.gz
Binary file not shown.

0 comments on commit e4b171b

Please sign in to comment.