fix(utf8cpp)

closes #4296
This commit is contained in:
Jacob Heider 2023-12-04 10:15:52 -05:00
parent 4a36f63eaf
commit 25c2124053
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -18,6 +18,10 @@ build:
- make --jobs {{ hw.concurrency }} install
# currently, their builds are just broken :(
- run: |
if test -d include/utf8cpp; then
mv include/utf8cpp/* include/
rmdir include/utf8cpp
fi
ln -s . include/utf8cpp
mkdir -p lib/cmake
ln -s ../../share/utf8cpp/cmake lib/cmake/utf8cpp