Skip to content

Commit ee9ae2e

Browse files
committed
python 指定依赖为 3.14 版本
1 parent 7c85e20 commit ee9ae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unity/native/papi-python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(ANDROID)
5959
message(STATUS "Python library: ${Python3_LIBRARIES}")
6060
else()
6161
# For other platforms, use find_package
62-
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
62+
find_package(Python3 3.14 COMPONENTS Interpreter Development REQUIRED)
6363
endif()
6464

6565
include_directories(

0 commit comments

Comments
 (0)