Commit 0794ee3e authored by diego's avatar diego

Remove cross_prefix from ln command.

patch by Matthias Schneider, ma30002000 yahoo de


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10515 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d1eee461
......@@ -1220,7 +1220,6 @@ cc="${cross_prefix}${cc}"
ar="${cross_prefix}${ar}"
ranlib="${cross_prefix}${ranlib}"
strip="${cross_prefix}${strip}"
ln_s="${cross_prefix}${ln_s}"
# we need to build at least one lib type
if ! enabled_any static shared; then
......
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