mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-29 14:10:42 +00:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Don't use symlinks for creating the out of tree makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b31587af4b
2
configure
vendored
2
configure
vendored
@ -4761,7 +4761,7 @@ echo "License: $license"
|
||||
|
||||
echo "Creating config.mak, config.h, and doc/config.texi..."
|
||||
|
||||
test -e Makefile || $ln_s "$source_path/Makefile" .
|
||||
test -e Makefile || echo "include $source_path/Makefile" > Makefile
|
||||
|
||||
enabled stripping || strip="echo skipping strip"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user