File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,6 @@ driver_vfk = ["driver_sqlite"]
274274driver_rasterlite = [] # unclear how to handle that
275275
276276# curl
277- curl-sys = [" dep:curl-sys" ]
278277driver_amigocloud = [" curl-sys" ]
279278driver_carto = [" curl-sys" ]
280279driver_daas = [" curl-sys" ]
Original file line number Diff line number Diff line change @@ -215,7 +215,6 @@ fn main() {
215215
216216 if cfg ! ( feature = "driver_hdf5" ) {
217217 let hdf5_dir = std:: env:: var ( "DEP_HDF5_ROOT" ) . expect ( "This is set by hdf5-sys" ) ;
218- // let hdf5_dir = format!("{hdf5_dir}/..");
219218 let hdf5_lib = std:: env:: var ( "DEP_HDF5_LIBRARY" ) . expect ( "This is set by hdf5-sys" ) ;
220219 let hdf5_lib_dir = find_library ( & hdf5_lib, & hdf5_dir) ;
221220 let mut hdf5_cc = PathBuf :: from ( & hdf5_dir) ;
You can’t perform that action at this time.
0 commit comments