mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Merge branch 'master' of https://github.com/Unidata/netcdf-c
This commit is contained in:
commit
591bab5dd6
@ -176,7 +176,7 @@ install-data-hook:
|
||||
#endif
|
||||
|
||||
if BUILD_DLL
|
||||
cp liblib/netcdfdll.def $(DESTDIR)${prefix}/lib
|
||||
cp liblib/netcdfdll.def $(DESTDIR)${prefix}/bin
|
||||
endif # BUILD_DLL
|
||||
@echo ''
|
||||
@echo '+-------------------------------------------------------------+'
|
||||
|
@ -617,7 +617,7 @@ ocset_curlproperties(OCstate* state)
|
||||
int stat;
|
||||
pid_t pid = getpid();
|
||||
snprintf(tmp,sizeof(tmp)-1,"%s/%s.%ld/",ocglobalstate.tempdir,OCDIR,(long)pid);
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
stat = mkdir(tmp);
|
||||
#else
|
||||
stat = mkdir(tmp,S_IRUSR | S_IWUSR | S_IXUSR);
|
||||
|
Loading…
Reference in New Issue
Block a user