mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[gn build] attempt again to unbreak linux after fc9696130c8
This commit is contained in:
parent
8f7f747cf3
commit
77abe655fc
@ -30,7 +30,7 @@ def main():
|
|||||||
output_lines += ([' global:\n',] +
|
output_lines += ([' global:\n',] +
|
||||||
[' %s;\n' % s.rstrip() for s in symbols])
|
[' %s;\n' % s.rstrip() for s in symbols])
|
||||||
output_lines += [' local: *;\n',
|
output_lines += [' local: *;\n',
|
||||||
'}\n']
|
'};\n']
|
||||||
elif args.format == 'mac':
|
elif args.format == 'mac':
|
||||||
output_lines = ['_' + s for s in symbols]
|
output_lines = ['_' + s for s in symbols]
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user