GraphC/tasks/pre_build.sh
2024-02-22 01:15:34 +06:00

12 lines
179 B
Bash

#!/bin/bash
# compile fonts
if [ ! -f libs/fonts_embedded.a ]; then
if ! make embed_fonts; then
exit 1
fi
fi
# copy all precompiled libs
cp libs/* $OBJDIR/libs/