From f07d090f92f9fea104cc0481601baac66d0458fc Mon Sep 17 00:00:00 2001 From: lenar-f <108102975+lenar-f@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:48:15 -0700 Subject: [PATCH] mvfst.sh --- mcrouter/scripts/recipes/mvfst.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mcrouter/scripts/recipes/mvfst.sh b/mcrouter/scripts/recipes/mvfst.sh index 73c69a1c3..3c1dfc7d3 100644 --- a/mcrouter/scripts/recipes/mvfst.sh +++ b/mcrouter/scripts/recipes/mvfst.sh @@ -1,8 +1,4 @@ #!/usr/bin/env bash -# Copyright (c) Meta Platforms, Inc. and affiliates. -# -# This source code is licensed under the MIT license found in the -# LICENSE file in the root directory of this source tree. source common.sh @@ -12,5 +8,4 @@ if [ ! -d "$PKG_DIR/mvfst" ]; then cmake . \ -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" -DBUILD_TESTS=OFF - make $MAKE_ARGS && make install $MAKE_ARGS -fi + make $MAKE_ARGS && make install $MAKE_ARGS \ No newline at end of file