Skip to content

Commit

Permalink
GH-34622: [CI][GLib] Use "meson setup ..." (#34623)
Browse files Browse the repository at this point in the history
### Rationale for this change

Because "meson ..." is deprecated.

### What changes are included in this PR?

Use "meson setup ..." instead.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #34622

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Mar 17, 2023
1 parent f9324b7 commit 4b20e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/c_glib_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export CXXFLAGS="-DARROW_NO_DEPRECATED_API"
mkdir -p ${build_dir}

# Build with Meson
meson --prefix=$ARROW_HOME \
meson setup \
--prefix=$ARROW_HOME \
--libdir=lib \
-Dgtk_doc=${with_gtk_doc} \
-Dvapi=${ARROW_GLIB_VAPI} \
Expand Down

0 comments on commit 4b20e70

Please sign in to comment.