Files
MX_Pmodule/Programming/cmake/build

18 lines
276 B
Plaintext
Executable File

#!/usr/bin/env modbuild
declare bootstrap_flags=''
case $OS in
Darwin )
bootstrap_flags+='--system-curl'
;;
esac
pbuild::configure() {
"${MODULE_SRCDIR}/bootstrap" --prefix="${PREFIX}" ${bootstrap_flags} --verbose
}
pbuild::add_to_group 'Programming'
pbuild::make_all