Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Nov 29, 2024
1 parent 80c8d53 commit 769fcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/src/numpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ wget $URL
tar -xf numpy-1.26.4.tar.gz
cd numpy-1.26.4

MESON_CROSS_FILE=`pyodide config get meson_cross_file`
pyodide build -Csetup-args=-Dallow-noblas=true -Csetup-args=--cross-file=${MESON_CROSS_FILE}
MESON_CROSS_FILE=$(pyodide config get meson_cross_file)
pyodide build -Csetup-args=-Dallow-noblas=true -Csetup-args=--cross-file="${MESON_CROSS_FILE}"

0 comments on commit 769fcc2

Please sign in to comment.