File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,19 @@ class XcodeBuildServer < Formula
99 head "https://github.com/SolaWing/xcode-build-server.git" , branch : "master"
1010
1111 bottle do
12- sha256 cellar : :any_skip_relocation , all : "6f5db53f5f0fc9ea907e34bcc79f678ed6bfd368e3d5a6e73d48d4b0c992d388"
12+ rebuild 1
13+ sha256 cellar : :any_skip_relocation , all : "fccb7dc23c0cffc541fceaf0583e7d305e35551a340315cd067a7cb0723a07d3"
1314 end
1415
1516 depends_on "gzip"
1617 depends_on :macos
17- 18+
19+ uses_from_macos "python"
1820
1921 def install
2022 libexec . install Dir [ "*" ]
2123
22- rewrite_shebang detected_python_shebang , libexec /"xcode-build-server"
24+ rewrite_shebang detected_python_shebang ( use_python_from_path : true ) , libexec /"xcode-build-server"
2325 bin . install_symlink libexec /"xcode-build-server"
2426 end
2527
You can’t perform that action at this time.
0 commit comments