no WORK for bin2iso :)
This commit is contained in:
parent
3f9b584b99
commit
680b6020e4
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ MYOPTIONS=""
|
|||
|
||||
DEPENDENCIES=""
|
||||
|
||||
SKIP_FUNCTIONS="unpack"
|
||||
|
||||
WORK="${WORKBASE}"
|
||||
|
||||
src_compile() {
|
||||
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \
|
||||
|| die "compilation failed"
|
||||
|
|
Loading…
Reference in a new issue