3 lines
101 B
Python
3 lines
101 B
Python
|
def check_static_lib(lib):
|
||
|
raise FileNotFoundError('Linking libraries not supported by cudasim')
|