Skip to content

Commit

Permalink
Patch the require path to match the structure of this project.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhm committed Apr 8, 2015
1 parent 9da0979 commit b471fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gdal-ruby/ogr/ogr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19776,7 +19776,7 @@ SWIGEXPORT void Init_ogr(void) {
/* Setup exception handling */
UseExceptions();

rb_require("gdal/osr");
rb_require("gdal-ruby/osr");

SwigClassDriver.klass = rb_define_class_under(mOgr, "Driver", rb_cObject);
SWIG_TypeClientData(SWIGTYPE_p_OGRDriverShadow, (void *) &SwigClassDriver);
Expand Down

0 comments on commit b471fd2

Please sign in to comment.