lclarkmichalek / Dabble

Zero config build tool for D2
1 stars 0 forks source link

Allow -L linking #6

Open lclarkmichalek opened 12 years ago

lclarkmichalek commented 12 years ago

Currently the only way to link in an external non d library is by adding -L to the linker_flags in the section. However, it'd be better if there was a way to have this for each individual target.

lclarkmichalek commented 12 years ago

Technically feasible now, but having explicit support for linking would be better.