Open azawawi opened 8 years ago
On Unix-based platforms, LibraryMake will be used for building the shared library while on others (like windows) the bundled binary will be used. I need a way to declare such platform-specific dependency as below:
LibraryMake
... "depends-by-platform": { "win32" => [], "*" => ["LibraryMake"] }, ...
If there is any hook or another way to do it, please advise.
:+1: To a way to get this done.
@ugexe didn't we do this in warthog a long time ago?
On Unix-based platforms,
LibraryMake
will be used for building the shared library while on others (like windows) the bundled binary will be used. I need a way to declare such platform-specific dependency as below:If there is any hook or another way to do it, please advise.