Commit aa2ccb8d authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Update glib prefix

parent 701d7de5
...@@ -14,7 +14,7 @@ class Glib < Package ...@@ -14,7 +14,7 @@ class Glib < Package
depends_on 'python27' depends_on 'python27'
def self.build def self.build
system "./configure --with-pcre --libdir=#{CREW_LIB_PREFIX}" system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX} --with-pcre"
system "make" system "make"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment