Skip to content

Commit

Permalink
added dep swig_factory to exaudfclient_py3_static_bin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Sep 19, 2024
1 parent 8862468 commit 71fdf53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exaudfclient/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ cc_binary(
srcs = ["exaudfclient.cc", "//base:load_dynamic"],
linkopts = ["-ldl"], # needed for dynamicly loading libexaudflib_complete.so into another linker namespace
deps = ["//base/exaudflib:header", "//base:debug_message_h"]+VM_ENABLED_DEPS+VM_PYTHON3_DEPS+
["//base/exaudflib:exaudflib-deps"] + [ "@zmq//:zmq", "@protobuf//:protobuf"],
["//base/exaudflib:exaudflib-deps", "//base/swig_factory:swig_factory"] +
[ "@zmq//:zmq", "@protobuf//:protobuf"],
defines = VM_ENABLED_DEFINES,
data = ["//base:libexaudflib_complete.so"],
)
Expand Down

0 comments on commit 71fdf53

Please sign in to comment.