NetSurf: drop unused build option

This commit is contained in:
Sergei Reznikov
2017-01-07 01:56:18 +03:00
parent 4c9f49cc71
commit b41f1f375b

View File

@@ -76,12 +76,11 @@ BUILD_PREREQUIRES="
BUILD()
{
make TARGET=beos BUILD=release
make TARGET=beos
}
INSTALL()
{
make TARGET=beos DESTDIR=$prefix install
addAppDeskbarSymlink $appsDir/NetSurf
}