Change valgrind.rb to use CREW_PREFIX and CREW_LIB_PREFIX

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