Wrestle gogo_no_coda recipe into a somewhat working state.

* the build runs through, but I haven't tested the binary at all
This commit is contained in:
Oliver Tappe
2013-08-26 11:25:41 +02:00
parent 722c23d9fd
commit 4f74a743c4

View File

@@ -19,6 +19,8 @@ BUILD_REQUIRES="haiku >= $haikuVersion"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make
cmd:nasm
"
@@ -34,6 +36,8 @@ BUILD()
INSTALL()
{
make install $jobArgs
cd linux
mkdir $prefix/bin
make install prefix=$prefix
}