Change valgrind.rb to use CREW_PREFIX and CREW_LIB_PREFIX

parent 5caa39e4
...@@ -58,7 +58,7 @@ class Valgrind < Package ...@@ -58,7 +58,7 @@ class Valgrind < Package
# elif defined(VGP_arm64_linux) # elif defined(VGP_arm64_linux)
EOF' EOF'
system './configure --prefix=/usr/local' system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
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