Update to onnxruntime v1.16.1 (#406)

This commit is contained in:
Fangjun Kuang
2023-11-01 16:23:31 +08:00
committed by GitHub
parent 27db015c8e
commit cca744e34e
26 changed files with 143 additions and 141 deletions

View File

@@ -184,7 +184,7 @@ message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
if(NOT BUILD_SHARED_LIBS)
if(APPLE)
set(SHERPA_ONNX_PKG_CONFIG_EXTRA_LIBS "-lc++")
set(SHERPA_ONNX_PKG_CONFIG_EXTRA_LIBS "-lc++ -framework Foundation")
endif()
if(UNIX AND NOT APPLE)