Merge pull request #1067 from martin-frbg/msysinst

Fix DESTDIR support for cygwin/msys2 install
This commit is contained in:
Martin Kroeker 2017-01-16 16:03:53 +01:00 committed by GitHub
commit e8d0e66982
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ ifeq ($(OSNAME), WINNT)
@-cp $(LIBDLLNAME).a "$(DESTDIR)$(OPENBLAS_LIBRARY_DIR)" @-cp $(LIBDLLNAME).a "$(DESTDIR)$(OPENBLAS_LIBRARY_DIR)"
endif endif
ifeq ($(OSNAME), CYGWIN_NT) ifeq ($(OSNAME), CYGWIN_NT)
@-cp $(LIBDLLNAME) $(OPENBLAS_BINARY_DIR) @-cp $(LIBDLLNAME) "$(DESTDIR)$(OPENBLAS_BINARY_DIR)"
endif endif
endif endif
#Generating OpenBLASConfig.cmake #Generating OpenBLASConfig.cmake