blob: 8004f775f4c475d5f411210965260b82f099ed20 [file] [edit]
#!/bin/bash
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
set -x
set -o pipefail
PREFIX="$1"
./configure --prefix="$PREFIX"
make install -j $(nproc)