mirror of
https://github.com/libAthena/athena.git
synced 2025-07-13 00:26:09 +00:00
Merge pull request #7 from Antidote/osx-link-cleanup
removed unnecessary OS X linker flags
This commit is contained in:
commit
05af555114
@ -1,7 +1,5 @@
|
|||||||
!contains(ATHENA_PRO, true): {
|
!contains(ATHENA_PRO, true): {
|
||||||
INCLUDEPATH += $$PWD/include
|
INCLUDEPATH += $$PWD/include
|
||||||
mac:INCLUDEPATH += /usr/local/include
|
|
||||||
mac:LIBS += -L/usr/local/lib
|
|
||||||
!contains(CONFIG, -std=c++11):CONFIG += -std=c++11
|
!contains(CONFIG, -std=c++11):CONFIG += -std=c++11
|
||||||
mac:QMAKE_CXXFLAGS += -stdlib=libc++
|
mac:QMAKE_CXXFLAGS += -stdlib=libc++
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user