diff --git a/ports/onnxruntime/portfile.cmake b/ports/onnxruntime/portfile.cmake index 0e427181..94847dc1 100644 --- a/ports/onnxruntime/portfile.cmake +++ b/ports/onnxruntime/portfile.cmake @@ -143,7 +143,7 @@ vcpkg_cmake_configure( -Donnxruntime_USE_VCPKG=ON -Donnxruntime_ENABLE_CPUINFO=ON -Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF - -Donnxruntime_ENABLE_BITCODE=${VCPKG_TARGET_IS_IOS} + -Donnxruntime_ENABLE_BITCODE=OFF -Donnxruntime_ENABLE_PYTHON=OFF -Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF -Donnxruntime_ENABLE_MEMORY_PROFILE=OFF diff --git a/versions/o-/onnxruntime.json b/versions/o-/onnxruntime.json index 19cdb7a0..87446b79 100644 --- a/versions/o-/onnxruntime.json +++ b/versions/o-/onnxruntime.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "dd8ac14e4e6b194e37cebd098b030fa7d554fdc1", + "git-tree": "2792e07e49336840332ba3ad525d29206b58eeca", "version-semver": "1.19.0", "port-version": 2 },