Fix DESTDIR support for cygwin/msys2 install

fixes #1066
This commit is contained in:
Martin Kroeker 2017-01-16 15:15:46 +01:00 committed by GitHub
parent c61a7cd293
commit 331fd51260
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)"
endif
ifeq ($(OSNAME), CYGWIN_NT)
@-cp $(LIBDLLNAME) $(OPENBLAS_BINARY_DIR)
@-cp $(LIBDLLNAME) "$(DESTDIR)$(OPENBLAS_BINARY_DIR)"
endif
endif
#Generating OpenBLASConfig.cmake