From b0dbe5f8e186a33fa1723a8a7de8b23439a30db5 Mon Sep 17 00:00:00 2001 From: linfeng-yuan <1102311262@qq.com> Date: Tue, 6 May 2025 17:01:26 +0800 Subject: [PATCH] [Bug fix] fix a typo in setup.py (#762) ### What this PR does / why we need it? Fix a typo in setup.py. Currently, it does not affect any functionality or interfaces. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Signed-off-by: linfeng-yuan <1102311262@qq.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad468ca..631e55c 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ class cmake_build_ext(build_ext): sys.executable) # find PYTHON_INCLUDE_PATH - check_or_set_default_env(cmake_args, "PYHTON_INCLUDE_PATH", + check_or_set_default_env(cmake_args, "PYTHON_INCLUDE_PATH", get_paths()["include"]) # ccache and ninja can not be applied at ascendc kernels now