Merge remote-tracking branch 'origin/v0.10'
Conflicts: src/unix/udp.c
This commit is contained in:
commit
9342ef7155
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
*.l[oa]
|
*.l[oa]
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.orig
|
*.orig
|
||||||
|
*.pyc
|
||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
core
|
core
|
||||||
|
|||||||
@ -75,7 +75,7 @@ if __name__ == '__main__':
|
|||||||
if sys.platform != 'win32':
|
if sys.platform != 'win32':
|
||||||
if '-f' not in args:
|
if '-f' not in args:
|
||||||
args.extend('-f make'.split())
|
args.extend('-f make'.split())
|
||||||
if 'ninja' not in args:
|
if 'eclipse' not in args and 'ninja' not in args:
|
||||||
args.extend(['-Goutput_dir=' + output_dir])
|
args.extend(['-Goutput_dir=' + output_dir])
|
||||||
args.extend(['--generator-output', output_dir])
|
args.extend(['--generator-output', output_dir])
|
||||||
(major, minor), is_clang = compiler_version()
|
(major, minor), is_clang = compiler_version()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user