class RbSys::CargoBuilder

def mkmf_libpath

Corresponds to $(LIBPATH) in mkmf
def mkmf_libpath
  ["-L", "native=#{makefile_config("libdir")}"]
end