lm4tools: fix build.

* Not sure what I was trying to do here but it removes the default
cflags and as a result libusb is not found.
This commit is contained in:
Adrien Destugues
2014-08-23 16:17:42 +02:00
parent b15a345851
commit b5f26fc09c

View File

@@ -47,7 +47,7 @@ BUILD_PREREQUIRES="
BUILD()
{
cd lm4flash
make $jobArgs CFLAGS=-D__APPLE__
make $jobArgs
}
INSTALL()