mirror of https://github.com/pyodide/pyodide.git
Replace `pkgconfig` with `pkg-config` for Meson configuration file (#4550)
Removes a depreciation warning
This commit is contained in:
parent
03496d8d82
commit
dc4cb1b78f
|
@ -1,7 +1,7 @@
|
|||
# compiler paths are omitted intentionally so we can override the compiler using environment variables
|
||||
[binaries]
|
||||
exe_wrapper = 'node'
|
||||
pkgconfig = 'pkg-config'
|
||||
pkg-config = 'pkg-config'
|
||||
|
||||
[properties]
|
||||
needs_exe_wrapper = true
|
||||
|
|
Loading…
Reference in New Issue