From ed755181925da920b8a9b07e167e92f3950d1b2a Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Fri, 10 Nov 2023 00:31:07 -0500 Subject: [ruby/prism] Rename librubyparser to libprism librubyparser was an artifact of the prototype that was initially named ruby-parser. Instead, this renames it to libprism to be consistent with the actual name. https://github.com/ruby/prism/commit/8600b06811 --- lib/prism/ffi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/prism/ffi.rb b/lib/prism/ffi.rb index 96102201b3..e1d3e0dca7 100644 --- a/lib/prism/ffi.rb +++ b/lib/prism/ffi.rb @@ -14,7 +14,7 @@ module Prism # Define the library that we will be pulling functions from. Note that this # must align with the build shared library from make/rake. - ffi_lib File.expand_path("../../build/librubyparser.#{RbConfig::CONFIG["SOEXT"]}", __dir__) + ffi_lib File.expand_path("../../build/libprism.#{RbConfig::CONFIG["SOEXT"]}", __dir__) # Convert a native C type declaration into a symbol that FFI understands. # For example: -- cgit v1.2.3