• Russ Cox's avatar
    yet another attempt at auto-linking · f95da9a6
    Russ Cox authored
    store only the original import path string (+ .a)
    if 6g resolves it to an archive file.
    let 6l re-resolve the .a at link time.
    
    this lets libraries build against an archive
    in the current directory but get used
    against an installed archive.
    
    R=r
    OCL=27244
    CL=27244
    f95da9a6
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...