libports: fix sdl_mixer include paths

Fixes #1255.
devel
Josef Söntgen 9 years ago committed by Christian Helmuth
parent c41a102bc4
commit 23dcbff998

@ -1 +1,2 @@
INC_DIR += $(call select_from_ports,sdl_mixer)/include
SDL_MIXER_PORT_DIR := $(call select_from_ports,sdl_mixer)
INC_DIR += $(SDL_MIXER_PORT_DIR)/include $(SDL_MIXER_PORT_DIR)/include/SDL

Loading…
Cancel
Save