Skip to content

Commit f941697

Browse files
committed
Correct podspec var name
1 parent f7ccfd3 commit f941697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/react_native/onnxruntime-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
2626
spec.dependency "onnxruntime-c"
2727

2828
if respond_to?(:install_modules_dependencies, true)
29-
install_modules_dependencies(s)
29+
install_modules_dependencies(spec)
3030
else
3131
s.dependency "React-Core"
3232
s.dependency "React-callinvoker"

0 commit comments

Comments
 (0)