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

9 lines
84 B
Bash
Raw Normal View History

2018-02-23 08:48:49 +03:00
#!/bin/sh
set -e
set -x
cd ci/harfbuzz
./autogen.sh --prefix=$PREFIX
make install