Skip to content

Commit

Permalink
cares.sh: try workaround for hiding symbols 12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 26, 2025
1 parent e4bbfcf commit 55865d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cares.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ _VER="$1"
-DCARES_BUILD_TOOLS=OFF \
-DCMAKE_C_FLAGS="${_CFLAGS_GLOBAL_CMAKE} ${_CFLAGS_GLOBAL} ${_CPPFLAGS_GLOBAL} ${_LDFLAGS_GLOBAL}"

cmake --build "${_BLDDIR}"
cmake --build "${_BLDDIR}" --verbose
cmake --install "${_BLDDIR}" --prefix "${_PP}"

# Delete .pc files
Expand Down

0 comments on commit 55865d7

Please sign in to comment.