blob: b41a53d20433894c8c12f2bbe8877bf7de6561c3 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# . ./build.vars and set -o errexit -o noglob are assumed.
#
pkg_libfirm_configure_pre() {
build_fileop mkdir cparser+libfirm/sysroot cparser+libfirm/build/libfirm;
};
# vim:filetype=sh
|