Skip to content

Commit

Permalink
BUG: fix typo in bscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed May 18, 2012
1 parent 3bbbbd4 commit 35f735d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpy/core/bscript
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ def pbuild(context):
pjoin('src', 'multiarray', 'scalartypes.c.src'),
pjoin('src', 'multiarray', 'sequence.c'),
pjoin('src', 'multiarray', 'shape.c'),
pjoin('src', 'multiarray', 'ucsnarrow.c')]
pjoin('src', 'multiarray', 'usertypes.c'),
pjoin('src', 'multiarray', 'ucsnarrow.c'),
pjoin('src', 'multiarray', 'usertypes.c')]
else:
sources = extension.sources
includes = ["src/multiarray", "src/private"]
Expand Down

0 comments on commit 35f735d

Please sign in to comment.