Files
MX_Pmodule/scripts/cmake.build
2014-04-18 22:58:13 +02:00

13 lines
208 B
Bash
Executable File

#!/bin/bash
source "$(dirname $0)/../lib/libem.bash"
function em.configure() {
"${EM_SRCDIR}/bootstrap" --prefix="${PREFIX}"
}
em.add_to_family 'core'
em.set_build_dependencies "${COMPILER}"
em.make_all