1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/ci/build_harfbuzz.sh
2018-02-22 21:48:49 -08:00

9 lines
84 B
Bash
Executable File

#!/bin/sh
set -e
set -x
cd ci/harfbuzz
./autogen.sh --prefix=$PREFIX
make install