mirror of https://github.com/python/cpython.git
Added example DL for SGI IRIX.
This commit is contained in:
parent
4fdb744f53
commit
4f30aff585
|
@ -11,6 +11,8 @@
|
|||
sharedlibs = [
|
||||
# SunOS/Solaris
|
||||
('/usr/lib/libresolv.so', 'gethostent'),
|
||||
# SGI IRIX
|
||||
('/usr/lib/libm.so', 'sin'),
|
||||
]
|
||||
|
||||
for s, func in sharedlibs:
|
||||
|
|
Loading…
Reference in New Issue