root/sources/derelictutil.diff

Revision 130, 0.5 kB (checked in by Gregor, 2 years ago)

--

  • dsss.conf

    old new  
     1name=derelictutil 
     2 
     3[derelict/util] 
     4 
  • derelict/util/loader.d

    old new  
    497497        return res; 
    498498    } 
    499499} 
     500 
     501version (build) { 
     502    version (Posix) { 
     503        pragma(link, "dl"); 
     504    } 
     505} 
     506 
Note: See TracBrowser for help on using the browser.