git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5301 626c5289-ae23-0410-ae9c-e8d60b6d4f22
4 lines
148 B
Tcl
4 lines
148 B
Tcl
|
|
if [ catch { load ./import_nomodule[info sharedlibextension] import_nomodule} err_msg ] {
|
|
puts stderr "Could not load shared object:\n$err_msg"
|
|
}
|