Skip to content

Commit

Permalink
[ax_python_devel.m4] remove openpli patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Whalley committed Nov 18, 2024
1 parent 2b32410 commit 961dbe2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions m4/ax_python_devel.m4
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,7 @@ EOD`
if test "${plat_python_path}" != "${python_path}"; then
python_path="-I$python_path -I$plat_python_path"
else
# OpenPli 3.9 build finds python native, so needs sed to create correct python 3.9 path
# check OpenPli 3.9 path length(build lib) vs OE-A path length(host lib)
if [[ "${#python_path}" -gt 24 ]]
then
plat_python_path=`echo "$plat_python_path" | sed "s/-native//"`
python_path="-I$plat_python_path"
else
python_path="-I$ac_python_libdir_XCompile$python_path"
fi
python_path="-I$ac_python_libdir_XCompile$python_path"
fi
fi
PYTHON_CPPFLAGS=$python_path
Expand Down

0 comments on commit 961dbe2

Please sign in to comment.