# HG changeset patch # User John Donoghue # Date 1415803680 18000 # Node ID cde7e614b3e2e9b861e89e8769fe0254694d9194 # Parent a20ad558168927d5f02fed1a2286562f2b278cef hdf5: allow compile under native mingw * src/hdf5.mk: copy w32 init file on native mingw compile (i686-pc-mingw32) diff -r a20ad5581689 -r cde7e614b3e2 src/hdf5.mk --- a/src/hdf5.mk Wed Nov 12 09:40:19 2014 -0500 +++ b/src/hdf5.mk Wed Nov 12 09:48:00 2014 -0500 @@ -64,6 +64,9 @@ i686-w64-mingw32) \ cp '$(1)/src/H5Tinit.c.mingw32' '$(1)/src/H5Tinit.c.mingw' \ ;; \ + i686-pc-mingw32) \ + cp '$(1)/src/H5Tinit.c.mingw32' '$(1)/src/H5Tinit.c.mingw' \ + ;; \ esac # build GCC and support libraries