jruizgit / rules

Durable Rules Engine
MIT License
1.14k stars 207 forks source link

Fix `_WIN32` definition for Python #273

Open mati865 opened 4 years ago

mati865 commented 4 years ago

Windows code have typo that causes build to fail:

x86_64-w64-mingw32-gcc: error: unrecognized command line option '-_WIN32'

When passing defines from command line they must be prepended with -D but it was prepended only by -.

mati865 commented 4 years ago

Updated description, hope it's clear now.