Browse Source

Merge pull request #1067 from martin-frbg/msysinst

Fix DESTDIR support for cygwin/msys2 install
tags/v0.2.20^2
Martin Kroeker GitHub 9 years ago
parent
commit
e8d0e66982
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.install

+ 1
- 1
Makefile.install 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


Loading…
Cancel
Save