[ruby/yarp] Fix paths in library_symbols_test.rb
https://github.com/ruby/yarp/commit/b5fba6d63f
This commit is contained in:
parent
78c5bb1136
commit
412e586afe
@ -11,9 +11,9 @@ if RUBY_PLATFORM =~ /linux/
|
||||
def setup
|
||||
super
|
||||
|
||||
@librubyparser_a = File.expand_path(File.join(__dir__, "..", "build", "librubyparser.a"))
|
||||
@librubyparser_so = File.expand_path(File.join(__dir__, "..", "build", "librubyparser.so"))
|
||||
@yarp_so = File.expand_path(File.join(__dir__, "..", "lib", "yarp", "yarp.so"))
|
||||
@librubyparser_a = File.expand_path("../../build/librubyparser.a", __dir__)
|
||||
@librubyparser_so = File.expand_path("../../build/librubyparser.so", __dir__)
|
||||
@yarp_so = File.expand_path("../../lib/yarp/yarp.so", __dir__)
|
||||
end
|
||||
|
||||
# objdump runner and helpers
|
||||
|
Loading…
x
Reference in New Issue
Block a user