Skip to content

Commit 3353b71

Browse files
vjnadimpalliltamasi
authored andcommitted
Making platform 007 (gcc 7) default in build_detect_platform.sh (facebook#5947)
Summary: Making platform 007 (gcc 7) default in build_detect_platform.sh. Pull Request resolved: facebook#5947 Differential Revision: D18038837 Pulled By: vjnadimpalli fbshipit-source-id: 9ac2ddaa93bf328a416faec028970e039886378e
1 parent d72cceb commit 3353b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_tools/build_detect_platform

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ if [ -z "$ROCKSDB_NO_FBCODE" -a -d /mnt/gvfs/third-party ]; then
5656
if [ -n "$ROCKSDB_FBCODE_BUILD_WITH_481" ]; then
5757
# we need this to build with MySQL. Don't use for other purposes.
5858
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
59+
elif [ -n "$ROCKSDB_FBCODE_BUILD_WITH_5xx" ]; then
6260
source "$PWD/build_tools/fbcode_config.sh"
61+
else
62+
source "$PWD/build_tools/fbcode_config_platform007.sh"
6363
fi
6464
fi
6565

0 commit comments

Comments
 (0)