[vlc-commits] contrib: build above the target directory
Steve Lhomme
git at videolan.org
Thu Jun 18 18:31:53 CEST 2020
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 21 11:40:58 2019 +0200| [65e5ba079b70746b793bd43863697c35f4d0f768] | committer: Steve Lhomme
contrib: build above the target directory
This is how it was done before 282c1827126668442ece5819ac91de4755876b04
(cherry picked from commit 7f1c49355128af0549388d56bbe8f858df74b774)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=65e5ba079b70746b793bd43863697c35f4d0f768
---
contrib/bootstrap | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 8d9e983c1c..ce1f7d2d96 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -406,8 +406,8 @@ esac
# Results output
#
echo TOPSRC = .. >> Makefile
-echo TOPSRC_BUILT = .. >> Makefile
-echo TOPDST = . >> Makefile
+echo TOPSRC_BUILT = ../.. >> Makefile
+echo TOPDST = .. >> Makefile
echo include $\(TOPSRC\)/src/main.mak >> Makefile
echo "Bootstrap completed."
make help
More information about the vlc-commits
mailing list