Skip to content

Commit

Permalink
remove m, only python 3.8 will work
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Nov 5, 2019
1 parent a4af002 commit 0dc3b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ cd build
if [ $PY3K -eq 1 ]; then
PY_MAJOR=3
PY_UNSET_MAJOR=2
LIB_PYTHON="${PREFIX}/lib/libpython${PY_VER}m${SHLIB_EXT}"
INC_PYTHON="$PREFIX/include/python${PY_VER}m"
LIB_PYTHON="${PREFIX}/lib/libpython${PY_VER}${SHLIB_EXT}"
INC_PYTHON="$PREFIX/include/python${PY_VER}"
else
PY_MAJOR=2
PY_UNSET_MAJOR=3
Expand Down

0 comments on commit 0dc3b44

Please sign in to comment.