Create relocatable pkg_config file
This commit is contained in:
parent
a0ff09e59f
commit
e92d1d4edc
|
@ -555,6 +555,7 @@ class MesonBuilder(Builder):
|
||||||
*neutralEnv("meson_command"), "setup",
|
*neutralEnv("meson_command"), "setup",
|
||||||
".",
|
".",
|
||||||
self.build_path,
|
self.build_path,
|
||||||
|
"--pkgconfig.relocatable",
|
||||||
f"--buildtype={self.build_type}",
|
f"--buildtype={self.build_type}",
|
||||||
*self.strip_options,
|
*self.strip_options,
|
||||||
f"--default-library={self.library_type}",
|
f"--default-library={self.library_type}",
|
||||||
|
|
Loading…
Reference in New Issue