blob: f205ac540db9eeb2e98d2f8b9e7cb8ee94148ccf [file] [log] [blame]
#!/bin/bash
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -euxo pipefail
PREFIX="$1"
DEPS="$2"
make CFLAGS=-I$DEPS/include LDFLAGS=-L$DEPS/lib
cp pigz "$PREFIX"