lib/liberic/boot.rb in liberic-0.1.3 vs lib/liberic/boot.rb in liberic-1.1.0

- old
+ new

@@ -17,10 +17,10 @@ 'dll' end File.expand_path("libericapi.#{suffix}", ERIC_LIB_FOLDER) end - ERIC_HOME = ENV['ERIC_HOME'] || raise(InitializationError.new('ERIC_HOME environment variable not found (set it to the path to the ERiC libraries)')) + ERIC_HOME = ENV['ERIC_HOME_39'] || raise(InitializationError.new('ERIC_HOME_39 environment variable not found (set it to the path to the ERiC libraries)')) ERIC_LIB_FOLDER = File.expand_path('lib', ERIC_HOME) def check_eric_version! version_response = Response::Version.new( Helpers::Invocation.with_result_buffer do |handle|