Skip to content

Commit f3752f5

Browse files
committed
Fix typo
1 parent 0ee44f8 commit f3752f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ jobs:
163163
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_LLVM_ENABLE_LIBXML2=FORCE_ON"
164164
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_LLVM_ENABLE_LIBXML2=FORCE_ON"
165165
target_cmake_flags="$target_cmake_flags -DCMAKE_PREFIX_PATH=$libxml2_prefix"
166-
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_CMAKE_PREFIX_PATH="$libxml2_prefix"
167-
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_CMAKE_PREFIX_PATH="$libxml2_prefix"
166+
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
167+
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
168168
# This is required to enable static linking
169169
target_cmake_flags="$target_cmake_flags -DLIBXML2_DEFINITIONS='-DLIBXML_STATIC'"
170170
target_cmake_flags="$target_cmake_flags -DLIBXML2_LIBRARIES=$libxml_prefix/lib/libxml2s.lib"

0 commit comments

Comments
 (0)