Skip to content

Commit

Permalink
fix(wangle)
Browse files Browse the repository at this point in the history
closes #5386
  • Loading branch information
jhheider committed Feb 26, 2024
1 parent a93ebe3 commit 4d5924a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions projects/facebook.com/wangle/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributable:
url: https://github.com/facebook/wangle/archive/refs/tags/v{{version.raw}}.tar.gz
strip-components: 1
url: https://github.com/facebook/wangle/archive/refs/tags/v{{version.raw}}.tar.gz
strip-components: 1

versions:
github: facebook/wangle
Expand All @@ -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
Expand Down Expand Up @@ -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}}
Expand Down Expand Up @@ -106,6 +106,6 @@ test:
- -lc++abi
linux:
CXXFLAGS:
- -ldl
- -lpthread
- -latomic
- -ldl
- -lpthread
- -latomic

0 comments on commit 4d5924a

Please sign in to comment.