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

Commit 2856c37

Browse files
committed
remove gnustl_shared
1 parent 7f05ee6 commit 2856c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ messaging_deps = [
3333
messaging_lib = env.Library('messaging', messaging_deps)
3434

3535
# note, this rebuilds the deps shared, zmq is statically linked to make APK happy
36-
messaging_shared_lib = env.SharedLibrary('messaging_shared', messaging_deps, LIBS=[zmq, 'm', 'stdc++', 'gnustl_shared'])
36+
messaging_shared_lib = env.SharedLibrary('messaging_shared', messaging_deps, LIBS=[zmq, 'm', 'stdc++'])
3737
env.Command(['messaging/messaging.so'], [messaging_shared_lib], "chmod 777 $SOURCES && ln -sf `realpath $SOURCES` $TARGET")
3838

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

0 commit comments

Comments
 (0)