We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bbc6e commit a7e93d2Copy full SHA for a7e93d2
setup.sh
@@ -169,8 +169,8 @@ if [[ "$PLATFORM" == "windows" ]]; then
169
# Initialize MSVC environment variables
170
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
171
# 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"
+ FILENAME="gettext0.25-iconv1.17-shared-64.zip"
+ curl -Lo build/$FILENAME "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.25-v1.17/$FILENAME"
174
unzip -o build/$FILENAME -d "$CMAKE_PREFIX_PATH"
175
fi
176
0 commit comments