Skip to content

Commit

Permalink
Add comment about Amazon Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
januszm committed Feb 5, 2024
1 parent 0915294 commit cdd8f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rgeo/geos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module Geos
begin
require_relative "geos/geos_c_impl"
rescue LoadError
# fall back to a system-wide search if the c-extension is stored in different location
# important for systems such as Amazon Linux
begin
require "geos/geos_c_impl"
rescue LoadError
Expand Down

0 comments on commit cdd8f7e

Please sign in to comment.