Kaydet (Commit) 71d55835 authored tarafından Greg Ward's avatar Greg Ward

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

üst 88716bba
......@@ -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