We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a5d20 commit 02c9091Copy full SHA for 02c9091
Formula/s/swiftly.rb
@@ -44,10 +44,11 @@ def install
44
-Xswiftc -I#{HOMEBREW_PREFIX}/include
45
-Xlinker -L#{HOMEBREW_PREFIX}/lib
46
]
47
+ ENV.prepend_path "LD_LIBRARY_PATH", Formula["libarchive"].opt_lib
48
end
49
system "swift", "build", *args
-
50
bin.install ".build/release/swiftly"
51
+ generate_completions_from_executable(bin/"swiftly", "--generate-completion-script")
52
53
54
test do
0 commit comments