diff options
-rw-r--r-- | src/sdl_sound.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk index 201c1c9..9705f30 100644 --- a/src/sdl_sound.mk +++ b/src/sdl_sound.mk @@ -51,7 +51,7 @@ define $(PKG)_BUILD echo 'Requires: sdl vorbisfile flac speex'; \ echo 'Libs: -lSDL_sound'; \ echo "Libs.private: `'$(PREFIX)/$(TARGET)/bin/libmikmod-config' --libs`";) \ - > '$(PREFIX)/$(TARGET)/lib/pkgconfig/$(PKG).pc' + > '$(PREFIX)/$(TARGET)/lib/pkgconfig/SDL_sound.pc' '$(TARGET)-gcc' \ -W -Wall -Werror -std=c99 -pedantic \ |