mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
9 lines
84 B
Bash
9 lines
84 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
cd ci/harfbuzz
|
||
|
./autogen.sh --prefix=$PREFIX
|
||
|
make install
|
||
|
|