mirror of https://gitee.com/openkylin/libvirt.git
10 lines
511 B
Plaintext
10 lines
511 B
Plaintext
PACKAGING_COMMAND='brew'
|
|
CC='/usr/bin/clang'
|
|
CCACHE='/usr/local/bin/ccache'
|
|
MAKE='/usr/local/bin/gmake'
|
|
NINJA='/usr/local/bin/ninja'
|
|
PYTHON='/usr/local/bin/python3'
|
|
PIP='/usr/local/bin/pip3'
|
|
PKGS='augeas autoconf automake bash bash-completion ccache cpanminus cppi curl dbus dnsmasq docutils flake8 gdb gettext git glib gnutls gpatch libiscsi libpcap libssh libssh2 libtool libxml2 libxslt lsof make ncurses ninja perl pkg-config python3 qemu readline rpcgen screen scrub vim xz yajl'
|
|
PYPI_PKGS='meson==0.54.0'
|