Skip to content

Commit

Permalink
Update github-CI-Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhy1 authored Apr 9, 2024
1 parent 55d5155 commit aa1859f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/github-CI-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ jobs:
cd wget-1.24.5
pwd
export CFLAGS+=" -Wall -D_WIN32_WINNT=0x0600 -DGNULIB_defined_ESOCK"
export CFLAGS+= `pkg-config --cflags c-ares`
export LDFLAGS+= `pkg-config --libs c-ares`
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
if [ "${{matrix.ftype}}" = "static-full" ]; then
CFLAGS+=" -Os" LDFLAGS="-static -s" $BRoot/configure --prefix=$BRoot/$BDir --disable-rpath --with-cares --with-winidn --enable-threads=windows
elif [ "${{matrix.ftype}}" = "static-lite" ]; then
Expand Down

0 comments on commit aa1859f

Please sign in to comment.