Skip to content

Commit cf6a060

Browse files
committed
Try unsetting Definitions
1 parent e75a828 commit cf6a060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
168168
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
169169
# This is required to enable static linking
170-
target_cmake_flags="$target_cmake_flags -DLIBXML2_DEFINITIONS=-DLIBXML_STATIC"
170+
# target_cmake_flags="$target_cmake_flags -DLIBXML2_DEFINITIONS=-DLIBXML_STATIC"
171171
#target_cmake_flags="$target_cmake_flags -DCMAKE_CXX_FLAGS=-DLIBXML_STATIC"
172172
#target_cmake_flags="$target_cmake_flags -DCMAKE_C_FLAGS=-DLIBXML_STATIC"
173173
target_cmake_flags="$target_cmake_flags -DLIBXML2_LIBRARIES=$libxml2_prefix/lib/libxml2s.lib"

0 commit comments

Comments
 (0)