From cdd8f7e5087ee362005a51efe450d8413f28e6bd Mon Sep 17 00:00:00 2001 From: Janusz Mordarski Date: Sat, 3 Feb 2024 21:10:36 +0100 Subject: [PATCH] Add comment about Amazon Linux --- lib/rgeo/geos.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rgeo/geos.rb b/lib/rgeo/geos.rb index 0ce60b77..d28a5548 100644 --- a/lib/rgeo/geos.rb +++ b/lib/rgeo/geos.rb @@ -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