forked from Telodendria/Telodendria
Apparently this expansion syntax only works on ksh.
This commit is contained in:
parent
f2f972bb9d
commit
896f561213
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ recipe_libs() {
|
|||
}
|
||||
|
||||
recipe_build() {
|
||||
mkdir -p "${BUILD}" ${OUT}/{bin,lib}
|
||||
mkdir -p "${BUILD}" "${OUT}/bin" "${OUT}/lib"
|
||||
cd "${SRC}"
|
||||
|
||||
echo "CC = ${CC}"
|
||||
|
|
Loading…
Reference in a new issue