mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-20 14:30:04 +01:00
10 lines
185 B
Text
10 lines
185 B
Text
|
|
#!/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="$@"
|