fix(unicode)

This commit is contained in:
Jacob Heider 2023-10-30 19:20:52 -04:00 committed by Jacob Heider
parent 5a26c1f7d4
commit 427ea93596

View file

@ -8,10 +8,17 @@ versions:
build:
working-directory: source
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }}
make install
dependencies:
curl.se: '*'
script:
# v74.1 replaced LICENSE with a broken symlink
- run: |
rm ../LICENSE
curl -L https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE -o ../LICENSE
if: =74.1
- ./configure $ARGS
- make --jobs {{ hw.concurrency }}
- make install
env:
ARGS:
- --prefix={{prefix}}