Allow non-debugging win opencv dlls
jlp765 opened this issue · comments
jlp765 commented
definitions like
coredll* = "(lib|)opencv_core(249|231)d.dll"
be changed to
coredll* = "(lib|)opencv_core(|249|231)(|d).dll"
to allow open_core.dll
or open_cored.dll
or ....
Also,
do you have scripts that automate the c2nim conversion, so PRs for extra modules are pointless,
or do you want PRs for some of the extra modules like objdetect
that are not included yet in this package?
Dominik Picheta commented
No scripts. But IIRC I didn't need to specify many flags.
Feel free to create PRs.