include win32 platform

This commit is contained in:
j 2016-02-22 20:24:58 +05:30
parent 5073fc1c52
commit f7bb58c3bc
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ def command_release(*args):
'platform_linux32': 'linux32',
'platform_linux64': 'linux64',
'platform_darwin64': 'darwin64',
'platform_win32': 'win32',
}
MODULES += list(PLATFORM_MODULES)
VERSIONS = {module:version(module) for module in MODULES}