You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe my setup is wrong, but FFI::Compiler::Loader.find('ffi_llvm_jit_spec', './ext/ffi_llvm_jit_spec') fails on Windows, while the same but wrapped in File.absolute_path works
Maybe my setup is wrong, but
FFI::Compiler::Loader.find('ffi_llvm_jit_spec', './ext/ffi_llvm_jit_spec')fails on Windows, while the same but wrapped inFile.absolute_pathworks