diff --git a/src/sdl.mk b/src/sdl.mk index 4214bce2..eaf37276 100644 --- a/src/sdl.mk +++ b/src/sdl.mk @@ -21,9 +21,7 @@ endef define $(PKG)_BUILD $(SED) -i 's,-mwindows,-lwinmm -mwindows,' '$(1)/configure' cd '$(1)' && ./configure \ - --host='$(TARGET)' \ - --disable-shared \ - --prefix='$(PREFIX)/$(TARGET)' \ + $(MXE_CONFIGURE_OPTS) \ --enable-threads \ --enable-directx \ --disable-stdio-redirect