Commit c1e1e6aa authored by lovedheart's avatar lovedheart Committed by GitHub

Update mesa.rb

add --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR} to pip install
parent fa5b015b
...@@ -31,7 +31,7 @@ class Mesa < Package ...@@ -31,7 +31,7 @@ class Mesa < Package
# tested on armv7l # tested on armv7l
def self.build def self.build
system "pip install Mako" system "pip install --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR} Mako"
system "./configure \ system "./configure \
--prefix=#{CREW_PREFIX} \ --prefix=#{CREW_PREFIX} \
--libdir=#{CREW_LIB_PREFIX} \ --libdir=#{CREW_LIB_PREFIX} \
......
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