diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-12 03:19:57 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-12 03:19:57 +0000 |
| commit | c8a06f9b2e582b6e45bf52f46ee2d400a8e77f91 (patch) | |
| tree | 5b59ce8049d02391baaacdf89f6bf9b8ba5d02ee /ext/extmk.rb | |
| parent | 35055daa65c84037ba3b38dbc46aaac269aa33a0 (diff) | |
| download | ruby-c8a06f9b2e582b6e45bf52f46ee2d400a8e77f91.tar.gz ruby-c8a06f9b2e582b6e45bf52f46ee2d400a8e77f91.tar.xz ruby-c8a06f9b2e582b6e45bf52f46ee2d400a8e77f91.zip | |
*** empty log message ***
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
| -rw-r--r-- | ext/extmk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb index fe777a4ce..4e7af05ba 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -109,7 +109,7 @@ def extmake(target) $extpath ||= [] $extflags += " " + $DLDFLAGS unless $DLDFLAGS.empty? $extflags += " " + $LDFLAGS unless $LDFLAGS.empty? - $extlibs |= $libs.split | $LOCAL_LIBS.split + $extlibs = merge_libs($extlibs, $libs.split, $LOCAL_LIBS.split) $extpath |= $LIBPATH end ensure |
