LIBFOO_BUILD_ENV
^^^^^^^^^^^^^^^^

Provides a means to pass environment variables into the build process. This
option is defined as a dictionary with key-value pairs where the key is the
environment name and the value is the environment variable's value. This field
is optional.

.. code-block:: python

   LIBFOO_BUILD_ENV = {
       'OPTION': 'VALUE',
   }
