소스 검색

更新Makefile

leon 7 달 전
부모
커밋
474b544d0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -14,7 +14,7 @@ trt_include_path     := /opt/nvidia/tensorrt/TensorRT-8.6.1.6/include/
 cuda_include_path    := $(cuda_home)/include
 ffmpeg_include_path  := 
 
-python_include_path  := 
+python_include_path  := /usr/include/python3.8/
 
 
 include_paths        := $(project_include_path) \