mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Fix TravisCI on MacOS compilation.
This commit is contained in:
parent
acbcba8a64
commit
a3acd585f4
3 changed files with 7 additions and 4 deletions
|
@ -116,10 +116,10 @@ macx {
|
|||
}
|
||||
}
|
||||
}
|
||||
DEPENDPATH += . $$INC_DIRs
|
||||
DEPENDPATH += . $$INC_DIR
|
||||
INCLUDEPATH += . $$INC_DIR
|
||||
|
||||
LIBS = -lcurl -lxml2 -lxslt -lcrypto
|
||||
LIBS += -lcurl -lxml2 -lxslt -lcrypto
|
||||
}
|
||||
|
||||
openbsd-* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue