2
1
Эх сурвалжийг харах

sdl_mixer: drop custom target install

Fixes http://autobuild.buildroot.net/results/6ba/6ba399db1715a7759048e0d532768a335c3c97cc/

The default rule (make install) works fine, even for static build - so use
that instead of explicitly copying *so files.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 11 жил өмнө
parent
commit
57d284fc2e

+ 0 - 4
package/sdl_mixer/sdl_mixer.mk

@@ -34,8 +34,4 @@ else
 SDL_MIXER_CONF_OPT += --disable-music-ogg
 endif
 
-define SDL_MIXER_INSTALL_TARGET_CMDS
-	cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
-endef
-
 $(eval $(autotools-package))