summarylogtreecommitdiffstats
path: root/020-tensorrt-fix-python.patch
diff options
context:
space:
mode:
Diffstat (limited to '020-tensorrt-fix-python.patch')
-rw-r--r--020-tensorrt-fix-python.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/020-tensorrt-fix-python.patch b/020-tensorrt-fix-python.patch
index 7a78fc909791..3bc97eb92acb 100644
--- a/020-tensorrt-fix-python.patch
+++ b/020-tensorrt-fix-python.patch
@@ -22,8 +22,8 @@
# -------- GLOBAL COMPILE OPTIONS --------
include_directories(${TENSORRT_ROOT}/include ${PROJECT_SOURCE_DIR}/include ${CUDA_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/docstrings ${ONNX_INC_DIR} ${PYBIND11_DIR})
--link_directories(${TENSORRT_LIBPATH})
-+link_directories(${TENSORRT_LIBPATH} $ENV{TRT_NONOSS_ROOT}/lib)
+-link_directories(${TENSORRT_BUILD})
++link_directories(${TENSORRT_BUILD} $ENV{TRT_NONOSS_ROOT}/lib)
if (MSVC)
message(STATUS "include_dirs: ${MSVC_COMPILER_DIR}/include ${MSVC_COMPILER_DIR}/../ucrt/include ${NV_WDKSDK_INC}/um ${NV_WDKSDK_INC}/shared")