]> git.sesse.net Git - mlt/commitdiff
Fix build (CFLAGS) of Ruby binding.
authorDan Dennedy <dan@dennedy.org>
Sun, 6 Dec 2009 03:08:31 +0000 (19:08 -0800)
committerDan Dennedy <dan@dennedy.org>
Sun, 6 Dec 2009 03:08:31 +0000 (19:08 -0800)
src/swig/ruby/build

index fd95b1598307d59ee6ff3f46a28fcf587391680f..2fcd34f37db1a76e1c57c6134951767c5416f853 100755 (executable)
@@ -6,6 +6,6 @@ if ARGV.shift == 'clean'
 end
 system( "ln -sf ../mlt.i" )
 system( "swig -c++ -ruby -I../../mlt++ -I../.. mlt.i" )
-$CFLAGS += "-I../.."
+$CFLAGS += " -I../.."
 $LDFLAGS += " -L../../mlt++ -lmlt++"
 create_makefile('mlt')