diff options
author | 2020-07-30 12:22:02 +0200 | |
---|---|---|
committer | 2020-07-30 12:22:02 +0200 | |
commit | 8a6d120ab5cb47b4afdd0c29a9e0db51a47ff3f0 (patch) | |
tree | 98822f768ad0a680ea04bed9ae4aa604b3bbe4b8 /Makefile | |
parent | ICU is namespaced now (diff) | |
download | music-file-organizer-8a6d120ab5cb47b4afdd0c29a9e0db51a47ff3f0.tar.xz music-file-organizer-8a6d120ab5cb47b4afdd0c29a9e0db51a47ff3f0.zip |
Use itemMap() instead of deprecated itemListMap()
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ DESTDIR ?= BINDIR ?= $(PREFIX)/bin LDLIBS += $(shell pkg-config --libs taglib icu-i18n) -CXXFLAGS ?= -O3 -pipe -fomit-frame-pointer -march=native +CXXFLAGS ?= -O3 -pipe -march=native CXXFLAGS += $(shell pkg-config --cflags taglib icu-i18n) .PHONY: clean install |