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

Commit fa034b3

Browse files
committed
build/12-meson: build => abbuild for shadow build
1 parent 5b6a4b6 commit fa034b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/12-meson.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ build_meson_probe(){
88
}
99

1010
build_meson_build() {
11-
mkdir "$SRCDIR"/build \
11+
mkdir "$SRCDIR"/abbuild \
1212
|| abdie "Failed to create build directory: $?."
1313
abinfo "Running Meson ..."
1414
meson ${MESON_DEF} ${MESON_AFTER} "$SRCDIR" "$SRCDIR"/build \
1515
|| abdie "Failed to run Meson ..."
16-
cd "$SRCDIR"/build \
16+
cd "$SRCDIR"/abbuild \
1717
|| abdie "Failed to enter build directory: $?."
1818
abinfo "Building binaries ..."
1919
ninja \

0 commit comments

Comments
 (0)