Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 8b539a1

Browse files
committed
build/12-meson: fix Meson shadow dir reference
1 parent 7becc63 commit 8b539a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/12-meson.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ build_meson_build() {
1111
mkdir "$SRCDIR"/abbuild \
1212
|| abdie "Failed to create build directory: $?."
1313
abinfo "Running Meson ..."
14-
meson ${MESON_DEF} ${MESON_AFTER} "$SRCDIR" "$SRCDIR"/build \
14+
meson ${MESON_DEF} ${MESON_AFTER} \
15+
"$SRCDIR" "$SRCDIR"/abbuild \
1516
|| abdie "Failed to run Meson ..."
1617
cd "$SRCDIR"/abbuild \
1718
|| abdie "Failed to enter build directory: $?."

0 commit comments

Comments
 (0)