diff options
author | carlkl <cmkleffner@gmail.com> | 2015-02-20 01:11:02 +0100 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-02-27 08:41:11 -0700 |
commit | ae438c3707ccb451c6f0d8150388f9d75a9b5375 (patch) | |
tree | c482c1474a0edc7d1bd1811ce7971a03b1b1a6f7 /setup.py | |
parent | 06af9918f6bf03b8d818ec834f9fb48db57d1489 (diff) | |
download | numpy-ae438c3707ccb451c6f0d8150388f9d75a9b5375.tar.gz |
BLD: Add mingw-w64 support for the mingw64static option.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -213,6 +213,7 @@ def setup_package(): platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"], test_suite='nose.collector', cmdclass={"sdist": sdist_checked}, + package_data={'numpy.core': ['libopenblaspy.dll']}, ) # Run build |