lib/libem.bash: bugfixes

This commit is contained in:
2015-02-27 22:47:20 +01:00
parent c4003e437d
commit 6c8e2c9fa9
17 changed files with 2 additions and 2 deletions

13
scripts/Bootstrap/bash/build Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
source "$(dirname $0)/../../lib/libem.bash"
function em.configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
em.add_to_family 'System'
em.set_build_dependencies "${COMPILER}"
em.make_all