CHG: textual change in README.md

FIX: Mac OSX ld (linker) warning for -L/usr/local/lib,  testing to remove it for mac builds.
This commit is contained in:
iceman1001
2016-02-18 21:08:47 +01:00
parent 75cf8623d6
commit 28d47dc9b4
2 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ ifneq (,$(findstring MINGW,$(platform)))
endif
else ifeq ($(platform),Darwin)
LDLIBS -= -L/usr/local/lib
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3
QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
MOC = $(shell pkg-config --variable=moc_location QtCore)