Skip to content

Commit

Permalink
modify podfile template for onnxruntime-test-c podspec variant
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Nov 23, 2023
1 parent 23c7876 commit e1f8a55
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
def include_macos_target
if '@C_POD_NAME@' != 'onnxruntime-mobile-c'
if '@C_POD_NAME@' == 'onnxruntime-c'
return true
end
if '@C_POD_NAME@' == 'onnxruntime-training-c'
return true
end
return false
Expand Down

0 comments on commit e1f8a55

Please sign in to comment.