Skip to content

Commit

Permalink
誤字修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomimimi committed Feb 5, 2024
1 parent 1f542f9 commit 0bb8aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_util/ios_xcframework.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu

echo "* Get original onnixruntime file name from rpath"
echo "* Get original onnxruntime file name from rpath"
output=$(otool -L "Framework-aarch64/voicevox_core.framework/voicevox_core")
matched_line=$(echo "$output" | grep "@rpath" | grep "libonnxruntime")
if [[ $matched_line ]]; then
Expand All @@ -17,7 +17,7 @@ else
echo "$output"
exit 1
fi
echo "Origial onnx dylib file name: $dylib_string"
echo "Original onnx dylib file name: $dylib_string"

echo "* Create aarch64 Framework"
mkdir -p "Framework-aarch64/voicevox_core.framework/Headers"
Expand Down

0 comments on commit 0bb8aca

Please sign in to comment.