Commit b6de3b8f authored by Greg Ward's avatar Greg Ward

Oops: 'build_extensions()' no longer takes an 'extensions' list.

parent d638c2d2
......@@ -259,7 +259,7 @@ class build_ext (Command):
# get_outputs ()
def build_extensions (self, extensions):
def build_extensions (self):
# First, sanity-check the 'extensions' list
self.check_extensions_list (self.extensions)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment