diff options
author | 2012-08-20 05:13:45 +0200 | |
---|---|---|
committer | 2012-08-20 05:13:45 +0200 | |
commit | 90e15b996955f601fee4c5759c1c8a4bc7fae4b6 (patch) | |
tree | 9e0f15d06728478ee8896331fcffd5a86193a0de | |
parent | More space. (diff) | |
download | music-file-organizer-90e15b996955f601fee4c5759c1c8a4bc7fae4b6.tar.xz music-file-organizer-90e15b996955f601fee4c5759c1c8a4bc7fae4b6.zip |
Use right pkg-config package in makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ LDFLAGS += $(shell pkg-config --libs taglib icu-i18n) CXXFLAGS ?= -O3 -pipe -fomit-frame-pointer -march=native -CXXFLAGS += $(shell pkg-config --cflags taglib icu-uc) +CXXFLAGS += $(shell pkg-config --cflags taglib icu-i18n) all: readmusictags organizemusic |