Skip to content

Commit

Permalink
watchman 2024.12.16.00
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored and daeho-ro committed Dec 21, 2024
1 parent d251618 commit 6503adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Formula/f/fbthrift.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def install
-DBUILD_SHARED_LIBS=ON
-DCMAKE_INSTALL_RPATH=#{rpath}
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-Denable_tests=OFF
-Denable_tests=False
]
shared_args << "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,-undefined,dynamic_lookup -Wl,-dead_strip_dylibs" if OS.mac?

Expand Down
5 changes: 2 additions & 3 deletions Formula/w/watchman.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Watchman < Formula
desc "Watch files and take action when they change"
homepage "https://github.com/facebook/watchman"
url "https://github.com/facebook/watchman/archive/refs/tags/v2024.12.02.00.tar.gz"
sha256 "445bda6f262cd23ed305f914249e400c7377ebe21ec971a2ace6c1c3dfad5880"
url "https://github.com/facebook/watchman/archive/refs/tags/v2024.12.16.00.tar.gz"
sha256 "a1c23a9037b651875ddf6436a30faa7c658005994c6900c2e32506e1de665f8c"
license "MIT"
revision 1
head "https://github.com/facebook/watchman.git", branch: "main"

bottle do
Expand Down

0 comments on commit 6503adf

Please sign in to comment.