Chromium Code Reviews| Index: libraries/nacl-mounts/test.nacl/Makefile |
| =================================================================== |
| --- libraries/nacl-mounts/test.nacl/Makefile (revision 598) |
| +++ libraries/nacl-mounts/test.nacl/Makefile (working copy) |
| @@ -24,4 +24,4 @@ |
| $(CXX) $(CFLAGS) -c $< -o $@ |
| nacl_mounts_sel_ldr_tests: $(OBJECTS) |
| - $(CXX) $(LDFLAGS) $^ -o $@ -lgtest -lnacl-mounts -lpthread |
| + $(CXX) $(LDFLAGS) $^ -o $@ -Wl,--start-group -lgtest -lnacl-mounts -lpthread -lppapi -lppapi_cpp -Wl,--end-group |
|
Evgeniy Stepanov
2012/06/18 10:46:06
I'd like to avoid --start-group/--end-group. It lo
vissi
2012/06/18 10:56:44
Done.
|