Skip to content

Commit

Permalink
CI/docker/build_mingw.sh: build libiio w IPV6 off and DNS_SD on
Browse files Browse the repository at this point in the history
Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Jul 17, 2023
1 parent ea956e0 commit 8d849d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/docker/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ build_libiio() {
git checkout $LIBIIO_BRANCH
mkdir build
cd build
$CMAKE $CMAKE_OPTS -G"Unix Makefiles" -DWITH_SERIAL_BACKEND=ON ../
$CMAKE $CMAKE_OPTS -G"Unix Makefiles" -DWITH_SERIAL_BACKEND=ON -DHAVE_IPV6=OFF -DHAVE_DNS_SD=ON ../
$MAKE install
popd
}
Expand Down Expand Up @@ -136,4 +136,4 @@ build_osc() {
}

init_env
$@
$@

0 comments on commit 8d849d5

Please sign in to comment.