Skip to content

Commit

Permalink
Use ${PYTHON} env variable in build.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jun 3, 2024
1 parent 37fddb3 commit 57bf3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sortmerna/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -x

python setup.py -n all
${PYTHON} setup.py -n all

mkdir -p ${PREFIX}/bin

Expand Down

0 comments on commit 57bf3ce

Please sign in to comment.