vlc | branch: master | Steve Lhomme <[email protected]> | Fri Jun 7 09:19:29 2019 +0200| [0872e7c1b5669d0557c1816106c2c0b16ca132cd] | committer: Steve Lhomme
tools: allow forcing some packages to be needed via the environment For example when CLang is used with PDB support it needs the patches found in this libtool package. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0872e7c1b5669d0557c1816106c2c0b16ca132cd --- extras/tools/bootstrap | 1 - 1 file changed, 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index 1c837a8910..2d5298bb0a 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -16,7 +16,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. export LC_ALL= -NEEDED= FOUND= check_version() { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
