Commit 9bec2c3a authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

bootstrap: prepend extras/tools/build/bin to PATH if it exists

(cherry picked from commit ede3bd6058cb462338403a93784a5a5ff3d39b75)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f6b914e7
...@@ -19,6 +19,11 @@ fi ...@@ -19,6 +19,11 @@ fi
ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}" ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}"
# Check for tools directory
if test -d extras/tools/build/bin; then
PATH="`pwd`/extras/tools/build/bin:$PATH"
fi
### ###
### Get a sane environment, just in case ### Get a sane environment, just in case
### ###
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment