Commit dc1a6d76 authored by Ghislain MARY's avatar Ghislain MARY

Specify Visual Studio 2013 as the default generator on Windows.

parent b0eb2cd9
......@@ -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=' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment