Merge "Ensure g++ is present on debian/ubuntu for wheel builds"
This commit is contained in:
commit
897e97eb58
@ -16,7 +16,7 @@
|
||||
_venv_build_base_distro_package_list:
|
||||
debian:
|
||||
- cmake
|
||||
- gcc
|
||||
- g++
|
||||
- "{{ (venv_python_executable == 'python2') | ternary('pkg-config', 'python3-pkgconfig') }}"
|
||||
- "{{ (venv_python_executable == 'python2') | ternary('python-dev', 'python3-dev') }}"
|
||||
gentoo:
|
||||
|
Loading…
x
Reference in New Issue
Block a user