module RbSys::Mkmf

def dllib_path(builder)

def dllib_path(builder)
  builder.cargo_dylib_path(File.join(Dir.pwd, "target"))
end