mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
parent
a93ebe3930
commit
4d5924a407
1 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
fmt.dev: ^9
|
fmt.dev: ^9
|
||||||
facebook.com/folly: '*'
|
facebook.com/folly: '*'
|
||||||
gflags.github.io: '*'
|
gflags.github.io: '*'
|
||||||
google.com/glog: '*'
|
google.com/glog: '<0.7' # glog 0.7.0 cannot be simply included
|
||||||
libevent.org: '*'
|
libevent.org: '*'
|
||||||
libsodium.org: '*'
|
libsodium.org: '*'
|
||||||
lz4.org: ^1
|
lz4.org: ^1
|
||||||
|
@ -44,7 +44,7 @@ build:
|
||||||
-e '/^ INTERFACE_LINK_LIBRARIES/ s|/v([0-9]+)(\.[0-9]+)*[a-z]?/lib|/v\1/lib|g' \
|
-e '/^ INTERFACE_LINK_LIBRARIES/ s|/v([0-9]+)(\.[0-9]+)*[a-z]?/lib|/v\1/lib|g' \
|
||||||
wangle-targets.cmake
|
wangle-targets.cmake
|
||||||
rm wangle-targets.cmake.bak
|
rm wangle-targets.cmake.bak
|
||||||
working-directory: "{{prefix}}/lib/cmake/wangle"
|
working-directory: '{{prefix}}/lib/cmake/wangle'
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
||||||
|
|
Loading…
Reference in a new issue