Skip to content

Commit

Permalink
[onnxruntime] disable bitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 16, 2024
1 parent 7859e1e commit 225ae38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/onnxruntime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions/o-/onnxruntime.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "dd8ac14e4e6b194e37cebd098b030fa7d554fdc1",
"git-tree": "2792e07e49336840332ba3ad525d29206b58eeca",
"version-semver": "1.19.0",
"port-version": 2
},
Expand Down

0 comments on commit 225ae38

Please sign in to comment.