Comment 1 for bug 1802345

Revision history for this message
Alberto Donato (ack) wrote :

This is a bigger issue when building with VMs in snapcraft 3, as there's no way to export C_INCLUDE_PATH.

FWIW I also tried

override-build: |
   export C_INCLUDE_PATH=/usr/include/python3.6
   snapcraftctl build

but that didn't work for me either