remove extraneous flag

This commit is contained in:
Connor Olding 2020-09-27 08:41:23 +02:00
parent a8efcc1455
commit 8647c0de81

View File

@ -24,6 +24,5 @@ define $(PKG)_BUILD
--enable-libbluray \
--enable-lua \
--enable-rubberband \
--enable-sdl2 \
--enable-static-build
--enable-sdl2
endef