mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
Specify Visual Studio 2013 as the default generator on Windows.
This commit is contained in:
parent
b0eb2cd903
commit
dc1a6d76b7
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ class DesktopTarget(prepare.Target):
|
|||
if platform.system() == 'Windows':
|
||||
current_path = current_path.replace('\\', '/')
|
||||
self.config_file = 'configs/config-desktop.cmake'
|
||||
if platform.system() == 'Windows':
|
||||
self.generator = 'Visual Studio 12 2013'
|
||||
self.additional_args = [
|
||||
'-DCMAKE_INSTALL_MESSAGE=LAZY',
|
||||
'-DLINPHONE_BUILDER_EXTERNAL_SOURCE_PATH=' +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue