mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Added DESTDIR compatibility for netcdf builds that generate a dll via autotools.
This commit is contained in:
parent
481b9ac8ee
commit
69d487e57a
@ -141,7 +141,7 @@ check_nc_config:
|
||||
|
||||
install-data-hook:
|
||||
if BUILD_DLL
|
||||
cp liblib/netcdfdll.def ${prefix}/lib
|
||||
cp liblib/netcdfdll.def $(DESTDIR)${prefix}/lib
|
||||
endif # BUILD_DLL
|
||||
@echo ''
|
||||
@echo '+-------------------------------------------------------------+'
|
||||
|
Loading…
Reference in New Issue
Block a user