gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Support dynamic libraries #11

Closed gulachek closed 1 year ago

gulachek commented 1 year ago

The only options right now are static archives and executables. It's pretty reasonable to want a dynamic library. It's an interesting question about who actually cares about this. Is it the source repo's job to specify the build as dynamic or static linking, or is that an environment variable the user installing or building should define? I'm guessing the latter but haven't thought too in depth.

gulachek commented 1 year ago

There is support for this