提交 20e0ed95 编写于 作者: M Måns Rullgård

configure: fix $nm

Originally committed as revision 16104 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 93c021a2
......@@ -1267,7 +1267,7 @@ test -n "$cross_prefix" && enable cross_compile
cc_default="${cross_prefix}${cc_default}"
yasmexe="${cross_prefix}${yasmexe}"
ar="${cross_prefix}${ar}"
nm_default="${cross_prefix}${nm}"
nm_default="${cross_prefix}${nm_default}"
ranlib="${cross_prefix}${ranlib}"
strip="${cross_prefix}${strip}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册