Fix library name.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7277 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
10e5365ba0
commit
8294cb0351
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
;; The SWIG modules have "passive" Linkage, i.e., they don't generate
|
||||
;; Guile modules (namespaces) but simply put all the bindings into the
|
||||
;; current module. That's enough for such a simple test.
|
||||
(dynamic-call "scm_init_cpp_enum_module" (dynamic-link "./cpp_enum.so"))
|
||||
(dynamic-call "scm_init_cpp_enum_module" (dynamic-link "./libcpp_enum.so"))
|
||||
(load "../schemerunme/cpp_enum.scm")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue