RobLoach / node-raylib

Node.js bindings for Raylib
https://robloach.github.io/node-raylib/
Other
242 stars 20 forks source link

Fixed GCC flags being applied to MSVC #49

Closed kniffen closed 4 years ago

kniffen commented 4 years ago

The -Wall and -Wextra flags were causing a compilation error on windows with the visual studio/MSVC compiler making the module not install. cl : command line error D8021: invalid numeric argument '/Wextra' [node_modules\raylib\build\ node-raylib.vcxproj]

RobLoach commented 4 years ago

Thanks!