Skip to content

Commit

Permalink
try with meson 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 17, 2024
1 parent 4277543 commit d679387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
NUM_CORES = len(os.sched_getaffinity(0)) if hasattr(os, 'sched_getaffinity') else os.cpu_count();
PYTHON = os.getenv('PYTHON') or sys.executable;
MESON = os.getenv('MESON') or f'{PIP_MESON_NINJA_DIR}/bin/meson';
MESON_VERSION = os.getenv('MESON_VERSION') or '1.4.0';
MESON_VERSION = os.getenv('MESON_VERSION') or '1.4.2';
# 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 d679387

Please sign in to comment.