mingw support
This commit is contained in:
parent
7e7acd3a00
commit
0d4ea17803
@ -34,7 +34,7 @@ if env['PLATFORM'] == 'darwin':
|
|||||||
elif env['PLATFORM'] == 'win32' or int(env.get('cross_mingw', 0)):
|
elif env['PLATFORM'] == 'win32' or int(env.get('cross_mingw', 0)):
|
||||||
env['RUN_DISTUTILSOPTS'] = 'build'
|
env['RUN_DISTUTILSOPTS'] = 'build'
|
||||||
target_dir = 'gui'
|
target_dir = 'gui'
|
||||||
target_pat = ''
|
target_pat = '' # Not packaged here
|
||||||
|
|
||||||
elif env.GetPackageType() == 'deb':
|
elif env.GetPackageType() == 'deb':
|
||||||
env['RUN_DISTUTILSOPTS'] = ['--command-packages=stdeb.command', 'bdist_deb']
|
env['RUN_DISTUTILSOPTS'] = ['--command-packages=stdeb.command', 'bdist_deb']
|
||||||
@ -51,7 +51,7 @@ if env.GetPackageType() != 'rpm':
|
|||||||
|
|
||||||
if int(env.get('cross_mingw', 0)):
|
if int(env.get('cross_mingw', 0)):
|
||||||
# Use the cross compiled Python
|
# Use the cross compiled Python
|
||||||
gui = env.Command(target_dir, 'setup.py', 'python2 setup.py build')
|
gui = env.Command(target_dir, 'setup.py', 'python2.exe setup.py build')
|
||||||
else:
|
else:
|
||||||
gui = env.RunDistUtils(Dir(target_dir), 'setup.py')
|
gui = env.RunDistUtils(Dir(target_dir), 'setup.py')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user