Skip to content

Commit a7e93d2

Browse files
committed
Bump iconv
1 parent 92bbc6e commit a7e93d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ if [[ "$PLATFORM" == "windows" ]]; then
169169
# Initialize MSVC environment variables
170170
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
171171
# Download and extract gettext binary
172-
FILENAME="gettext0.24-iconv1.17-shared-64.zip"
173-
curl -Lo build/$FILENAME "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.24-v1.17/$FILENAME"
172+
FILENAME="gettext0.25-iconv1.17-shared-64.zip"
173+
curl -Lo build/$FILENAME "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.25-v1.17/$FILENAME"
174174
unzip -o build/$FILENAME -d "$CMAKE_PREFIX_PATH"
175175
fi
176176

0 commit comments

Comments
 (0)