Open wolfv opened 4 years ago
One corner case are duplicate keys. E.g.:
no_link: xxx.so # [linux] no_link: xxx.dylib # [osx]
One way to solve would be:
no_link: - sel(linux): xxx.so - sel(osx): xxx.dylib
One corner case are duplicate keys. E.g.:
One way to solve would be: