Skip to content

Commit

Permalink
Merge pull request #11 from theseus-rs/add-mac-icu-suppport
Browse files Browse the repository at this point in the history
feat: add mac icu support
  • Loading branch information
brianheineman authored Oct 31, 2024
2 parents 3baf249 + ef2778c commit f5cc586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
--enable-integer-datetimes \
--enable-option-checking=fatal \
$([ $major_version -le 16 ] && echo "--enable-thread-safety") \
--without-icu \
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
--without-ldap \
--with-libxml \
--with-libxslt \
Expand Down

0 comments on commit f5cc586

Please sign in to comment.