Skip to content

Commit

Permalink
Fix explicit ordering for static library in tensorflowlite formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse committed Apr 14, 2023
1 parent 1450dd5 commit b1e84ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/tensorflowlite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def install

# repack static build into complete archive
system "bash", "-c",
"find builddir_static/ -name '*.a' -print0 | xargs -0 ./flatten-archives.sh libtensorflowlite_c.a"
"find builddir_static/_deps -name '*.a' -print0 | xargs -0 ./flatten-archives.sh libtensorflowlite_c.a builddir_static/libtensorflowlite_c.a builddir_static/tensorflow-lite/libtensorflow-lite.a builddir_static/pthreadpool/libpthreadpool.a"
lib.install "libtensorflowlite_c.a"
end
# end linux-only static build
Expand Down

0 comments on commit b1e84ed

Please sign in to comment.