Should fix the i386 build
Esse commit está contido em:
pai
32445f815d
commit
7c5e671dac
@ -41,6 +41,8 @@ def check_symbol_namespace(scheme_name, implementation_name):
|
||||
*_, symtype, symbol = symbolstr.split()
|
||||
if symtype in 'TR':
|
||||
if (not symbol.startswith(namespace) and
|
||||
# weird things on i386
|
||||
not symbol.startwith('__x86.get_pc_thunk.') and
|
||||
not symbol.startswith('_' + namespace)):
|
||||
non_namespaced.append(symbol)
|
||||
|
||||
|
Carregando…
Referência em uma nova issue
Block a user