webpack: remove from universal binary allowlist (#83478)
parent
f99bc29f85
commit
0518e342b4
|
@ -42,6 +42,9 @@ class Webpack < Formula
|
|||
|
||||
bin.install_symlink libexec/"bin/webpack-cli"
|
||||
bin.install_symlink libexec/"bin/webpack-cli" => "webpack"
|
||||
|
||||
# Replace universal binaries with their native slices
|
||||
deuniversalize_machos
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
|
@ -20,6 +20,5 @@
|
|||
"openjdk",
|
||||
"openjdk@11",
|
||||
"serverless",
|
||||
"sourcery",
|
||||
"webpack"
|
||||
"sourcery"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue