buidlbot, msbuild is slightly different in that is wants to build debug anyway even if we told cmake we want release
This commit is contained in:
@@ -184,7 +184,7 @@ if 'cmake' in builder:
|
|||||||
sys.exit(retcode)
|
sys.exit(retcode)
|
||||||
|
|
||||||
if 'win32' in builder or 'win64' in builder:
|
if 'win32' in builder or 'win64' in builder:
|
||||||
command = ['cmake', '--build', '.', '--target', target_name]
|
command = ['cmake', '--build', '.', '--target', target_name, '--config']
|
||||||
else:
|
else:
|
||||||
command = target_chroot_prefix + ['make', '-s', '-j2', target_name]
|
command = target_chroot_prefix + ['make', '-s', '-j2', target_name]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user