Skip to content

Commit

Permalink
bump up meson from 1.1.0 to 1.2.1 (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcinston committed Sep 20, 2023
1 parent ce94ced commit 8c0026b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PIP_DIR = $(MEDIASOUP_OUT_DIR)/pip
INSTALL_DIR ?= $(MEDIASOUP_OUT_DIR)/$(MEDIASOUP_BUILDTYPE)
BUILD_DIR ?= $(INSTALL_DIR)/build
MESON ?= $(PIP_DIR)/bin/meson
MESON_VERSION ?= 1.1.0
MESON_VERSION ?= 1.2.1
# `MESON_ARGS` can be used to provide extra configuration parameters to Meson,
# such as adding defines or changing optimization options. For instance, use
# `MESON_ARGS="-Dms_log_trace=true -Dms_log_file_line=true" npm i` to compile
Expand Down

0 comments on commit 8c0026b

Please sign in to comment.