]> git.sesse.net Git - vlc/blobdiff - toolbox
- Build libvlc from src/ rather than top
[vlc] / toolbox
diff --git a/toolbox b/toolbox
index e8e848d53500097859f37cc09bc17380db633c64..fd7bbe6f6fb1377b39fc0122ff033e34f50199d8 100755 (executable)
--- a/toolbox
+++ b/toolbox
@@ -552,7 +552,7 @@ then
   if test -z "${builddir}"; then
     builddir="`sed -ne 's/^top_builddir *= *//p' < Makefile`"
   fi
-  BUILTINS=`sed -ne 's/.*builtins *= *" *\([^"]*\)".*/\1/p' vlc-config`
+  BUILTINS=`sed -ne 's/.*builtins *= *" *\([^"]*\)".*/\1/p' ${builddir}/vlc-config`
 
   file="${builddir}/src/misc/modules_builtin.h"