Skip to content

Commit

Permalink
Use Python 3.12 for ICU build
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-adang committed Aug 13, 2024
1 parent acf0144 commit 18d4b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/build_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if ! [ -f "$ICUDIR/iknow_icu_url.txt" ] || [ $(cat "$ICUDIR/iknow_icu_url.txt")
curl -L -o icu4c-src.tgz "$ICU_URL"
tar xfz icu4c-src.tgz
cd icu/source
PYTHON=/opt/python/cp311-cp311/bin/python CXXFLAGS=-std=c++11 ./runConfigureICU Linux --prefix="$ICUDIR"
PYTHON=/opt/python/cp312-cp312/bin/python CXXFLAGS=-std=c++11 ./runConfigureICU Linux --prefix="$ICUDIR"
make -j $(nproc)
make install
echo "$ICU_URL" > "$ICUDIR/iknow_icu_url.txt"
Expand Down

0 comments on commit 18d4b98

Please sign in to comment.