diff options
author | 2012-10-14 18:34:25 +0200 | |
---|---|---|
committer | 2012-10-14 18:34:25 +0200 | |
commit | 393e9f2294a125cb0823ec59863044f8fb39e3a3 (patch) | |
tree | 90adbb2e3e2b9675748488db0658452ab5d82c4a | |
parent | Add install target to make file. (diff) | |
download | music-file-organizer-1.0.tar.xz music-file-organizer-1.0.zip |
Flip around ldflag ordering.1.0
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PREFIX ?= /usr DESTDIR ?= BINDIR ?= $(PREFIX)/bin -LDFLAGS += $(shell pkg-config --libs taglib icu-i18n) +LDFLAGS := $(shell pkg-config --libs taglib icu-i18n) $(LDFLAGS) CXXFLAGS ?= -O3 -pipe -fomit-frame-pointer -march=native CXXFLAGS += $(shell pkg-config --cflags taglib icu-i18n) |