mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Change native folder name for java macos arm64 (#12335)
This commit is contained in:
parent
148b1efe5e
commit
e6bb447101
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ uname -a
|
|||
echo "Version: $VERSION_NUMBER"
|
||||
if [[ $LIB_NAME == *.dylib ]] && [[ $ARCH == 'osx-x86_64' ]]; then
|
||||
ARCH='osx-x64'
|
||||
elif [[ $LIB_NAME == *.dylib ]] && [[ $ARCH == 'osx-arm64' ]]; then
|
||||
ARCH='osx-aarch64'
|
||||
fi
|
||||
NATIVE_FOLDER=ai/onnxruntime/native/$ARCH
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue