Skip to content

Commit

Permalink
Corrected a typo (octoml#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
rh540640 authored May 3, 2023
1 parent e656855 commit 9d9a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/tokenizers-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(TOKENIZERS_CPP_LINK_LIBS "")

if (CMAKE_SYSTEM_NAME STREQUAL "iOS")
set(TOKENIZERS_CPP_CARGO_TARGET aarch64-apple-ios)
# add extra depdnency needed for rust tokenizer in iOS
# add extra dependency needed for rust tokenizer in iOS
find_library(FOUNDATION_LIB Foundation)
find_library(SECURITY_LIB Security)
list(APPEND TOKENIZERS_CPP_LINK_LIBS ${FOUNDATION_LIB} ${SECURITY_LIB})
Expand Down

0 comments on commit 9d9a219

Please sign in to comment.