mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
parent
4a36f63eaf
commit
25c2124053
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,10 @@ build:
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
# currently, their builds are just broken :(
|
# currently, their builds are just broken :(
|
||||||
- run: |
|
- run: |
|
||||||
|
if test -d include/utf8cpp; then
|
||||||
|
mv include/utf8cpp/* include/
|
||||||
|
rmdir include/utf8cpp
|
||||||
|
fi
|
||||||
ln -s . include/utf8cpp
|
ln -s . include/utf8cpp
|
||||||
mkdir -p lib/cmake
|
mkdir -p lib/cmake
|
||||||
ln -s ../../share/utf8cpp/cmake lib/cmake/utf8cpp
|
ln -s ../../share/utf8cpp/cmake lib/cmake/utf8cpp
|
||||||
|
|
Loading…
Reference in a new issue