rules icon indicating copy to clipboard operation
rules copied to clipboard

Fix `_WIN32` definition for Python

Open mati865 opened this issue 4 years ago • 1 comments

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 avatar Oct 08 '19 13:10 mati865

Updated description, hope it's clear now.

mati865 avatar Oct 09 '19 12:10 mati865