mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 04:53:04 +00:00
No longer force generator on Windows.
This commit is contained in:
parent
8bcc138e83
commit
52b54976a9
1 changed files with 0 additions and 4 deletions
|
|
@ -46,8 +46,6 @@ class DesktopTarget(prepare.Target):
|
|||
current_path = os.path.dirname(os.path.realpath(__file__))
|
||||
self.config_file = 'configs/config-desktop.cmake'
|
||||
self.output = 'OUTPUT/' + self.name
|
||||
if platform.system() == 'Windows':
|
||||
self.generator = 'Visual Studio 12 2013'
|
||||
self.external_source_path = os.path.join(current_path, 'submodules')
|
||||
|
||||
|
||||
|
|
@ -58,8 +56,6 @@ class PythonTarget(prepare.Target):
|
|||
current_path = os.path.dirname(os.path.realpath(__file__))
|
||||
self.config_file = 'configs/config-python.cmake'
|
||||
self.output = 'OUTPUT/' + self.name
|
||||
if platform.system() == 'Windows':
|
||||
self.generator = 'Visual Studio 9 2008'
|
||||
self.external_source_path = os.path.join(current_path, 'submodules')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue