public
Description: Mozilla JavaScript Engine (SpiderMonkey) bindings for Ruby
Clone URL: git://github.com/matthewd/ruby-mozjs.git
Search Repo:
Changed the library search order to make my machine happy... though I'm
not sure why it helps.

git-svn-id: http://svn.trebex.net/ruby-mozjs/trunk@35 
7c12266a-ce7f-4c75-ba13-b6572e791f1f
matthewd (author)
Sun Jan 20 02:56:48 -0800 2008
commit  2fd1ff0ac9e9178b8458674abc7b44c63b7937ac
tree    ae18cd9f6dbcc6b9ac7cb2368e70327fec101bb5
parent  3d1a24ba02ab6d203376c56338d6054d9ad9985e
...
17
18
19
20
 
21
22
23
...
17
18
19
 
20
21
22
23
0
@@ -17,7 +17,7 @@ def find_smjs(mozjs)
0
   have_library(lib)
0
 end
0
 
0
-if (CONFIG['target_os'] =~ /mswin32|mingw|bccwin32/ and (find_smjs('mozjs') or find_smjs('smjs'))) or
0
+if find_smjs('mozjs') or (CONFIG['target_os'] =~ /mswin32|mingw|bccwin32/ and (find_smjs('mozjs') or find_smjs('smjs'))) or
0
   %w(xulrunner-js thunderbird-js mozilla-js).any? do |package|
0
     PKGConfig.have_package(package)
0
   end

Comments

    No one has commented yet.