diff options
| author | Pieter Wuille <[email protected]> | 2016-12-01 16:14:45 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-12-01 16:14:45 -0800 |
| commit | 605d701471c3ee84682b0c149e41142d7cea95e7 (patch) | |
| tree | 7a6af0e78ee2202f510686e9a3561c28829b8a4b /src/leveldb/build_detect_platform | |
| parent | Merge #9183: Final Preparation for main.cpp Split (diff) | |
| parent | Squashed 'src/leveldb/' changes from 20ca81f..a31c8aa (diff) | |
| download | discoin-605d701471c3ee84682b0c149e41142d7cea95e7.tar.xz discoin-605d701471c3ee84682b0c149e41142d7cea95e7.zip | |
Merge in LevelDB 1.19 changes
Diffstat (limited to 'src/leveldb/build_detect_platform')
| -rwxr-xr-x | src/leveldb/build_detect_platform | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leveldb/build_detect_platform b/src/leveldb/build_detect_platform index a1101c1bd..d7edab1d8 100755 --- a/src/leveldb/build_detect_platform +++ b/src/leveldb/build_detect_platform @@ -175,7 +175,7 @@ DIRS="$PREFIX/db $PREFIX/util $PREFIX/table" set -f # temporarily disable globbing so that our patterns aren't expanded PRUNE_TEST="-name *test*.cc -prune" PRUNE_BENCH="-name *_bench.cc -prune" -PRUNE_TOOL="-name leveldb_main.cc -prune" +PRUNE_TOOL="-name leveldbutil.cc -prune" PORTABLE_FILES=`find $DIRS $PRUNE_TEST -o $PRUNE_BENCH -o $PRUNE_TOOL -o -name '*.cc' -print | sort | sed "s,^$PREFIX/,," | tr "\n" " "` set +f # re-enable globbing |