Applenice

Results 1 comments of Applenice
trafficstars

> I added '-DCMAKE_GENERATOR_PLATFORM=x64' flag to the setup.py and the problem solved in Win64 (Win10) and Python 3.5.4. > > if 0 != execute(['cmake', > '-DCMAKE_GENERATOR_PLATFORM=x64', '-DCMAKE_BUILD_TYPE={}'.format(build_type), > '-DCMAKE_VERBOSE_MAKEFILE={}'.format(int(self.verbose)), Thank...