mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
4a36f63eaf
commit
25c2124053
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue