Skip to content

Commit

Permalink
[tensorflow-lite] fix mistype in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 17, 2024
1 parent 1882d3d commit 4eaad73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/tensorflow-lite/fix-cmake-vcpkg.patch
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ index bce9627f..a2a9f334 100644
${TFLITE_SOURCE_DIR}/delegates/gpu/common/task
)
- if(TFLITE_ENABLE_METAL AND "${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
+ if(TFLITE_ENABLE_METAL)
+ if(TFLITE_ENABLE_METAL AND APPLE)
#
# libmetal_delegate library
#
Expand Down
2 changes: 1 addition & 1 deletion versions/t-/tensorflow-lite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "cfcd14e94d522ee081dc031fdfbd08701a974d9b",
"git-tree": "39a194a2c45df9bdcad6d0ce13aa315017d2dd97",
"version-semver": "2.18.0",
"port-version": 0
},
Expand Down

0 comments on commit 4eaad73

Please sign in to comment.