Skip to content

Commit

Permalink
use MESON_ARGS correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 22, 2024
1 parent 0b63309 commit cbdfc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ $PYTHON -m build -w -n -x \
-Csetup-args=-Dblas=blas \
-Csetup-args=-Dlapack=lapack \
-Csetup-args=-Duse-g77-abi=true \
-Csetup-args=${MESON_ARGS_REDUCED// / -Csetup-args=} \
-Csetup-args=${MESON_ARGS// / -Csetup-args=} \
|| (cat builddir/meson-logs/meson-log.txt && exit 1)

0 comments on commit cbdfc15

Please sign in to comment.