Skip to content

Commit

Permalink
fix the cmake python env set
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored and sfeiwong committed Dec 27, 2024
1 parent 8005103 commit 1191391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ else
-DCOVERAGE=${COVERAGE_OPTION} \
-DSANITIZERS=${SANITIZERS} \
-DFUZZTEST_ENABLE_FUZZING_MODE=${FUZZING_MODE} \
-DBMF_PYENV=${BMF_PYVER} \
-DBMF_PYENV=$(python${BMF_PYVER} -c "import sys; print('{}.{}'.format(sys.version_info.major, sys.version_info.minor))") \
-DBMF_LOCAL_DEPENDENCIES=${LOCAL_BUILD} \
-DBMF_BUILD_VERSION=${BMF_BUILD_VERSION} \
-DBMF_BUILD_COMMIT=${BMF_BUILD_COMMIT} ${cmake_args} ..
Expand Down

0 comments on commit 1191391

Please sign in to comment.