Skip to content

Commit 54498b0

Browse files
committed
Clarify comment
1 parent f509f95 commit 54498b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mri/mkmf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ def depend_rules(depend)
23082308
def create_makefile(target, srcprefix = nil)
23092309
if defined?(::TruffleRuby) and $LIBRUBYARG.to_s.strip.empty?
23102310
# $LIBRUBYARG was explicitly unset, the built library is not a C extension but used with FFI (e.g., sassc does).
2311-
# Since $LIBRUBYARG is unset we won't link to libgraalvm-llvm.so, which is wanted.
2311+
# Since $LIBRUBYARG is unset we won't link to libgraalvm-llvm.so, which is expected.
23122312
# In the case the library uses C++ code, libc++.so/libc++abi.so will be linked and needs to be found by NFI.
23132313
# The toolchain does not pass -rpath automatically for libc++.so/libc++abi.so, so we do it.
23142314
libcxx_dir = ::Truffle::Boot.toolchain_paths(:LD_LIBRARY_PATH)

0 commit comments

Comments
 (0)