Skip to content

Commit

Permalink
mvfst.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lenar-f authored Aug 31, 2023
1 parent 81d13da commit f07d090
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mcrouter/scripts/recipes/mvfst.sh
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit f07d090

Please sign in to comment.