1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

extras: tools: Remove broken makefile quoting of PATH

In makefiles, the quotes end up as part of the variable value.
This commit is contained in:
Martin Storsjö 2019-06-04 09:44:55 +03:00
parent ecdfc29c23
commit 87824da922

View File

@ -178,7 +178,7 @@ TOOLS = $BOOTSTRAP_PATH
MAKEFLAGS += -j$CPUS
CMAKEFLAGS += --parallel=$CPUS
PREFIX=\$(abspath ./build)
PATH="\${PREFIX}/bin:$PATH"
PATH=\${PREFIX}/bin:$PATH
EOF
for t in $FOUND; do