mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-04 03:20:13 +01:00
9 lines
185 B
Bash
9 lines
185 B
Bash
#!/bin/sh
|
|
# call the 'configure' script located in 'builds/unix'
|
|
# this should re-generate the following files:
|
|
#
|
|
# config.mk
|
|
# Jamfile
|
|
# install
|
|
#
|
|
make setup unix CFG="$@"
|