Skip to content

Commit

Permalink
cares.sh: try workaround for hiding symbols 10 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 26, 2025
1 parent ee4e1bb commit 7929c2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cares.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ _VER="$1"

if [ "${_OS}" = 'mac' ]; then
if [ "${_CC}" = 'gcc' ]; then
#CFLAGS+=' -Wno-pedantic -Wno-sign-conversion'
options+=' -DHAVE__Wpedantic=0 -DHAVE__Wsign_conversion=0 -DHAVE__Wconversion=0'
fi
if [ "${_OSVER}" -lt '1011' ]; then
# connectx() requires 10.11
options+=' -DHAVE_CONNECTX=0'
options+=' -DHAVE_CONNECTX=0' # connectx() requires 10.11
fi
fi

Expand Down

0 comments on commit 7929c2f

Please sign in to comment.