update to 124.0.6367.207
This commit is contained in:
parent
687f3acd55
commit
fe9bc9d89b
958 changed files with 7372 additions and 6231 deletions
|
@ -14,7 +14,7 @@ Index: tools/gn/build/gen.py
|
|||
def is_posix(self):
|
||||
return self._platform in ['linux', 'freebsd', 'darwin', 'aix', 'openbsd', 'haiku', 'solaris', 'msys', 'netbsd', 'serenity']
|
||||
|
||||
@@ -288,7 +294,7 @@ def WriteGenericNinja(path, static_libraries, executab
|
||||
@@ -304,7 +310,7 @@ def WriteGenericNinja(path, static_libraries, executab
|
||||
'linux': 'build_linux.ninja.template',
|
||||
'freebsd': 'build_linux.ninja.template',
|
||||
'aix': 'build_aix.ninja.template',
|
||||
|
@ -23,7 +23,7 @@ Index: tools/gn/build/gen.py
|
|||
'haiku': 'build_haiku.ninja.template',
|
||||
'solaris': 'build_linux.ninja.template',
|
||||
'netbsd': 'build_linux.ninja.template',
|
||||
@@ -512,6 +518,9 @@ def WriteGNNinja(path, platform, host, options, args_l
|
||||
@@ -539,6 +545,9 @@ def WriteGNNinja(path, platform, host, options, args_l
|
||||
|
||||
if platform.is_posix() and not platform.is_haiku():
|
||||
ldflags.append('-pthread')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue