diff options
Diffstat (limited to 'Examples/ruby/multimap/Makefile')
-rw-r--r-- | Examples/ruby/multimap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/ruby/multimap/Makefile b/Examples/ruby/multimap/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/multimap/Makefile +++ b/Examples/ruby/multimap/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = example INTERFACE = example.i |