vendor: Mega update all dependencies
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4080
This commit is contained in:
3
vendor/github.com/golang/snappy/cmd/snappytool/main.cpp
generated
vendored
3
vendor/github.com/golang/snappy/cmd/snappytool/main.cpp
generated
vendored
@@ -1,6 +1,9 @@
|
||||
/*
|
||||
To build the snappytool binary:
|
||||
g++ main.cpp /usr/lib/libsnappy.a -o snappytool
|
||||
or, if you have built the C++ snappy library from source:
|
||||
g++ main.cpp /path/to/your/snappy/.libs/libsnappy.a -o snappytool
|
||||
after running "make" from your snappy checkout directory.
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user