mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(folly)
This commit is contained in:
parent
fde382a338
commit
5fef064cb2
|
@ -42,6 +42,7 @@ build:
|
|||
sed -E -i.bak \
|
||||
-e "s:$(tea --prefix):\$\{_IMPORT_PREFIX\}/../../..:g" \
|
||||
-e '/^ INTERFACE_INCLUDE_DIRECTORIES/ s|/v([0-9]+)(\.[0-9]+)*[a-z]?/include|/v\1/include|g' \
|
||||
-e '/^ INTERFACE_LINK_LIBRARIES/ s|/v([0-9]+)(\.[0-9]+)*[a-z]?/lib|/v\1/lib|g' \
|
||||
folly-targets.cmake
|
||||
rm folly-targets.cmake.bak
|
||||
working-directory: ${{prefix}}/lib/cmake/folly
|
||||
|
|
Loading…
Reference in a new issue