roystgnr / MetaPhysicL

Metaprogramming and operator-overloaded classes for numerical simulations
Other
22 stars 12 forks source link

error Unknown option #42

Closed MVoz closed 5 years ago

MVoz commented 5 years ago

build libmesh in mingw64

Unknown option: S=../src

https://github.com/roystgnr/MetaPhysicL/blob/0464c02f47aecb9c4c28efc6e342bc02df58a627/src/common/lic_utils/update_license.pl#L31

print " -S dir use dir as location of source-files\n";

roystgnr commented 5 years ago

Huh. Does Perl GetOptions behave differently on different platforms? The documentation seems to suggest that = will be accepted in between option names and values regardless. But it definitely doesn't suggest that = is required, so this seems like a safe workaround. Thanks!