Skip to content
Snippets Groups Projects
Commit ddab0670 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

send output of exec checks to log file

Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8d923001
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ check_lib(){ ...@@ -267,7 +267,7 @@ check_lib(){
} }
check_exec(){ check_exec(){
check_ld "$@" && { test -n "$cross_prefix" || $TMPE; } check_ld "$@" && { test -n "$cross_prefix" || $TMPE 2>&1 >>$logfile; }
} }
require(){ require(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment