Browse Source

* Add -module flag, hopefuly this will fix on OSX

tags/v0.99.beta17
Pascal Terjan pterjan 16 years ago
parent
commit
0b2402f485
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ruby/Makefile.am

+ 1
- 0
ruby/Makefile.am View File

@@ -5,6 +5,7 @@ rubysitedir = $(RUBY_SITELIBDIR)

if USE_RUBY
rubylib_LTLIBRARIES = caca.la
rubylib_LDFLAGS = -module
rubysite_DATA = lib/caca.rb
TESTS = test
endif


Loading…
Cancel
Save