Skip to content

Commit

Permalink
Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed May 9, 2023
1 parent 1c71ade commit 8cdea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/bedtools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export CPLUS_INCLUDE_PATH=${PREFIX}/include
export C_INCLUDE_PATH=${PREFIX}/include

if test -d bedtools2; then echo Hoisting prevented by .*; cd bedtools2; fi
make install prefix=$PREFIX CXX=$CXX CC=$CC LDFLAGS="-L$PREFIX/lib"
make install prefix=$PREFIX CXX=$CXX CC=$CC LDFLAGS="-L$PREFIX/lib" VERBOSE=1

0 comments on commit 8cdea28

Please sign in to comment.