mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
a93ebe3930
commit
4d5924a407
|
@ -13,7 +13,7 @@ dependencies:
|
|||
fmt.dev: ^9
|
||||
facebook.com/folly: '*'
|
||||
gflags.github.io: '*'
|
||||
google.com/glog: '*'
|
||||
google.com/glog: '<0.7' # glog 0.7.0 cannot be simply included
|
||||
libevent.org: '*'
|
||||
libsodium.org: '*'
|
||||
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' \
|
||||
wangle-targets.cmake
|
||||
rm wangle-targets.cmake.bak
|
||||
working-directory: "{{prefix}}/lib/cmake/wangle"
|
||||
working-directory: '{{prefix}}/lib/cmake/wangle'
|
||||
env:
|
||||
ARGS:
|
||||
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
||||
|
|
Loading…
Reference in a new issue