Skip to content

Commit

Permalink
[Addon] SSVM-tensorflow needs to link libjpeg-dev and libpng-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hydai committed Dec 3, 2020
1 parent 0c4949f commit 4b3f6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"cflags_cc!": [ "-fno-exceptions", "-fno-rtti" ],
"link_settings": {
"libraries": [
"-ljpeg",
"-lpng",
"../rust_native_storage_library/target/debug/librust_native_storage_library.a",
"/usr/local/lib/libtensorflow.so",
"/usr/local/lib/libtensorflow_framework.so",
Expand Down

0 comments on commit 4b3f6c1

Please sign in to comment.