gdabah / distorm

Powerful Disassembler Library For x86/AMD64
Other
1.26k stars 238 forks source link

[WIN] added automatic detection of win64 setup.py; quickly find vcvars #137

Closed sfinktah closed 4 years ago

sfinktah commented 5 years ago

I can't test this for ancient compilers, but it worked fast and well for me.

Automatically selects 32 or 64 bit based on the architecture of python executing setup.py.

This should apply to pip also, though pip based install on x64 is broken at the moment anyway.

gdabah commented 5 years ago

@sfinktah Hey there! I'm currently on vacation, will take a look in a few weeks. Thanks for your contribution!