We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72cceb commit 3353b71Copy full SHA for 3353b71
build_tools/build_detect_platform
@@ -56,10 +56,10 @@ if [ -z "$ROCKSDB_NO_FBCODE" -a -d /mnt/gvfs/third-party ]; then
56
if [ -n "$ROCKSDB_FBCODE_BUILD_WITH_481" ]; then
57
# we need this to build with MySQL. Don't use for other purposes.
58
source "$PWD/build_tools/fbcode_config4.8.1.sh"
59
- elif [ -n "$ROCKSDB_FBCODE_BUILD_WITH_PLATFORM007" ]; then
60
- source "$PWD/build_tools/fbcode_config_platform007.sh"
61
- else
+ elif [ -n "$ROCKSDB_FBCODE_BUILD_WITH_5xx" ]; then
62
source "$PWD/build_tools/fbcode_config.sh"
+ else
+ source "$PWD/build_tools/fbcode_config_platform007.sh"
63
fi
64
65
0 commit comments