[vlc-commits] contrib: build above the target directory
Steve Lhomme
git at videolan.org
Tue May 21 11:41:29 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 21 11:40:58 2019 +0200| [b9b38595c1ab19366b23241256b1e72291a99658] | committer: Steve Lhomme
contrib: build above the target directory
This is how it was done before 282c1827126668442ece5819ac91de4755876b04
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9b38595c1ab19366b23241256b1e72291a99658
---
contrib/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index cf9fd1d85d..d8e2d94c0f 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -383,7 +383,7 @@ esac
#
echo TOPSRC = .. >> Makefile
echo TOPSRC_BUILT = .. >> Makefile
-echo TOPDST = . >> Makefile
+echo TOPDST = .. >> Makefile
echo include $\(TOPSRC\)/src/main.mak >> Makefile
echo "Bootstrap completed."
make help
More information about the vlc-commits
mailing list