Skip to content

Commit

Permalink
chore: update reflex version and fix its build on alpine (#4304)
Browse files Browse the repository at this point in the history
  • Loading branch information
romange authored Dec 13, 2024
1 parent b37287b commit f564513
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ add_third_party(

add_third_party(
reflex
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v3.5.1.tar.gz
CONFIGURE_COMMAND <SOURCE_DIR>/configure --disable-avx --prefix=${THIRD_PARTY_LIB_DIR}/reflex
URL https://github.com/Genivia/RE-flex/archive/refs/tags/v5.1.0.tar.gz
PATCH_COMMAND autoreconf -fi
CONFIGURE_COMMAND <SOURCE_DIR>/configure --disable-avx2 --prefix=${THIRD_PARTY_LIB_DIR}/reflex
CXX=${CMAKE_CXX_COMPILER} CC=${CMAKE_C_COMPILER}
)

Expand Down

0 comments on commit f564513

Please sign in to comment.