Commit efe5e7e3 authored by lovedheart's avatar lovedheart Committed by GitHub

Update libomxil_bellagio

parent 7111bec0
......@@ -9,7 +9,7 @@ class Libomxil_bellagio < Package
def self.build
system "./configure","--prefix=#{CREW_PREFIX}","--libdir=#{CREW_LIB_PREFIX}"
system "make", "CFLAGS=-Wno-error=switch" # only -j1 possible (tested on armv7l)
system "make", "-j1 CFLAGS=-Wno-error=switch" # only -j1 possible (tested on armv7l)
end
def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment