This commit is contained in:
Andrew M. Kuchling 2009-04-11 16:18:14 +00:00
parent 2c130b6be7
commit b2faddb610

View file

@ -334,9 +334,9 @@ Other options
There are still some other options which can be used to handle special cases. There are still some other options which can be used to handle special cases.
The :option:`optional` option is a boolean; if it is true, that specifies that The :option:`optional` option is a boolean; if it is true,
a build failure in the extension should not abort the build process, but simply a build failure in the extension will not abort the build process, but
not install the failing extension. instead simply not install the failing extension.
The :option:`extra_objects` option is a list of object files to be passed to the The :option:`extra_objects` option is a list of object files to be passed to the
linker. These files must not have extensions, as the default extension for the linker. These files must not have extensions, as the default extension for the