Skip to content

Commit

Permalink
don't link the wrong one
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Nov 20, 2019
1 parent fe9fe2a commit da2ed11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ __pycache__
.*.swo
libcereal*.a
libmessaging.*
libmessaging_shared.*
services.h

2 changes: 1 addition & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ messaging_deps = [
messaging_lib = env.Library('messaging', messaging_deps)

# note, this rebuilds the deps shared
env.SharedLibrary('messaging', messaging_deps)
env.SharedLibrary('messaging_shared', messaging_deps)

env.Program('messaging/bridge', ['messaging/bridge.cc'], LIBS=['messaging', 'zmq'])

Expand Down

0 comments on commit da2ed11

Please sign in to comment.