File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2308,7 +2308,7 @@ def depend_rules(depend)
2308
2308
def create_makefile ( target , srcprefix = nil )
2309
2309
if defined? ( ::TruffleRuby ) and $LIBRUBYARG. to_s . strip . empty?
2310
2310
# $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 .
2312
2312
# In the case the library uses C++ code, libc++.so/libc++abi.so will be linked and needs to be found by NFI.
2313
2313
# The toolchain does not pass -rpath automatically for libc++.so/libc++abi.so, so we do it.
2314
2314
libcxx_dir = ::Truffle ::Boot . toolchain_paths ( :LD_LIBRARY_PATH )
You can’t perform that action at this time.
0 commit comments