Skip to content

Commit

Permalink
Merge pull request #23804 from taosdata/fix_build_error
Browse files Browse the repository at this point in the history
fix build error
  • Loading branch information
DuanKuanJun committed Nov 23, 2023
2 parents a80fd8b + 20d6377 commit c4c7303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/xml2_CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ ExternalProject_Add(xml2
BUILD_IN_SOURCE TRUE
CONFIGURE_COMMAND ./configure --prefix=$ENV{HOME}/.cos-local.2 --enable-shared=no --enable-static=yes --without-python --without-lzma
BUILD_COMMAND make -j
INSTALL_COMMAND make install && ln -s $ENV{HOME}/.cos-local.2/include/libxml2/libxml $ENV{HOME}/.cos-local.2/include/libxml
INSTALL_COMMAND make install && ln -sf $ENV{HOME}/.cos-local.2/include/libxml2/libxml $ENV{HOME}/.cos-local.2/include/libxml
TEST_COMMAND ""
)

0 comments on commit c4c7303

Please sign in to comment.