Message121247
No it is win32 for the resulting binaries.
Idea is following (issue3754) . Travial patch - move method get_platform
global _get_platform and variable host_platform is initialized to its
return value. Then replace all calls of sys.platform and get_platform()
to use host_platform.
In the patch for this issue _get_platform is modiffed to return mingw32
if .... so host_platform will be 'minwg32'. Including compiler and etc.
don't work well in cross-compilation environment as the build script is
run with python from build system.
Roumen |
|
Date |
User |
Action |
Args |
2010-11-15 22:54:15 | rpetrov | set | recipients:
+ rpetrov, lkcl, zooko, amaury.forgeotdarc, davidfraser, giampaolo.rodola, tarek, eric.araujo, rschoon.old, WhiteTiger, BreamoreBoy, LRN |
2010-11-15 22:54:13 | rpetrov | link | issue3871 messages |
2010-11-15 22:54:13 | rpetrov | create | |
|