LIBFOO_BUILD_DEFS
^^^^^^^^^^^^^^^^^

Provides a means to pass definitions into the build process. This option can is
defined as a dictionary of string pairs. This field is optional.

.. code-block:: python

   LIBFOO_BUILD_DEFS = {
       # adds "--option=value" to the command
       '--option': 'value',
   }
