inside a virtual environment, sysconfig.get_config_var('INCLUDEPY') should point to the original include files
xref joerick/cibuildwheel#501.
It turns out virtualenv does not copy the include files, so the INCLUDEPY
value should point to the original pypy installation.