You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic!("windows-gnu requires gdal_i.lib to be present in either $GDAL_LIB_DIR or $GDAL_HOME\\lib.");
}
// otherwise, look for a gdalxxx.dll in $GDAL_HOME/bin
// works in windows-gnu
I suppose the panic text should say windows-msvc instead of windows-gnu, but for all I know it might be the other way around, which would mean the condition and subsequent comment are wrong.
The text was updated successfully, but these errors were encountered:
This looks dodgy:
gdal/gdal-sys/build.rs
Lines 131 to 136 in 0747fa6
I suppose the panic text should say windows-msvc instead of windows-gnu, but for all I know it might be the other way around, which would mean the condition and subsequent comment are wrong.
The text was updated successfully, but these errors were encountered: