Commit 0e9f5878 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #1680 from lovedheart/patch-7

Update libomxil_bellagio.rb
parents 7fd45468 e1d41496
......@@ -9,7 +9,7 @@ class Libomxil_bellagio < Package
def self.build
system "./configure","--prefix=#{CREW_PREFIX}","--libdir=#{CREW_LIB_PREFIX}"
system "make", "-j1 CFLAGS=-Wno-error=switch" # only -j1 possible (tested on armv7l)
system "make", "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