community/retroarch: fix

This commit is contained in:
Kevin Mihelich 2017-02-04 18:49:25 +00:00
parent 3c8eb8319d
commit 7b9ed0acde

View file

@ -48,7 +48,7 @@ build() {
--disable-jack \
--disable-oss \
--disable-sdl \
--enable-gles
--enable-opengles
make
make -C gfx/video_filters
}