Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
remove gnustl_shared
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 20, 2019
1 parent 7f05ee6 commit 2856c37
Showing 1 changed file with 1 addition and 1 deletion.
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, zmq is statically linked to make APK happy
messaging_shared_lib = env.SharedLibrary('messaging_shared', messaging_deps, LIBS=[zmq, 'm', 'stdc++', 'gnustl_shared'])
messaging_shared_lib = env.SharedLibrary('messaging_shared', messaging_deps, LIBS=[zmq, 'm', 'stdc++'])
env.Command(['messaging/messaging.so'], [messaging_shared_lib], "chmod 777 $SOURCES && ln -sf `realpath $SOURCES` $TARGET")

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

0 comments on commit 2856c37

Please sign in to comment.