Merge pull request #8649 from tschoonj/fix-std-meson-args
std_meson_args: add --wrap-mode=nofallback
This commit is contained in:
commit
b59f91a2d9
@ -1408,7 +1408,7 @@ class Formula
|
|||||||
|
|
||||||
# Standard parameters for meson builds.
|
# Standard parameters for meson builds.
|
||||||
def std_meson_args
|
def std_meson_args
|
||||||
["--prefix=#{prefix}", "--libdir=#{lib}", "--buildtype=release"]
|
["--prefix=#{prefix}", "--libdir=#{lib}", "--buildtype=release", "--wrap-mode=nofallback"]
|
||||||
end
|
end
|
||||||
|
|
||||||
def shared_library(name, version = nil)
|
def shared_library(name, version = nil)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user