[FB Internal] Point to the latest tool chain.

This commit is contained in:
sdong 2019-10-31 14:10:18 -07:00
parent 3749ee2e95
commit e725f4c9e4

View File

@ -39,6 +39,7 @@ if test -z $PIC_BUILD; then
LZ4_LIBS=" $LZ4_BASE/lib/liblz4.a"
CFLAGS+=" -DLZ4"
fi
CFLAGS+=" -DZSTD"
# location of gflags headers and libraries
GFLAGS_INCLUDE=" -I $GFLAGS_BASE/include/"