mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 06:14:25 -04:00
Merge pull request #1135 from PhenomRetroShare/Fix_DontSetMacOsTargetIfNotMacOs
Don't Set Target and SDK if not MacOS
This commit is contained in:
commit
ed0e280729
1 changed files with 32 additions and 32 deletions
|
@ -168,6 +168,7 @@ win32 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
macx {
|
||||||
rs_macos10.8 {
|
rs_macos10.8 {
|
||||||
message(***retroshare.pri: Set Target and SDK to MacOS 10.8 )
|
message(***retroshare.pri: Set Target and SDK to MacOS 10.8 )
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.8
|
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.8
|
||||||
|
@ -200,7 +201,6 @@ rs_macos10.12 {
|
||||||
QMAKE_CFLAGS += -Wno-nullability-completeness
|
QMAKE_CFLAGS += -Wno-nullability-completeness
|
||||||
}
|
}
|
||||||
|
|
||||||
macx {
|
|
||||||
message(***retroshare.pri:MacOSX)
|
message(***retroshare.pri:MacOSX)
|
||||||
BIN_DIR += "/usr/bin"
|
BIN_DIR += "/usr/bin"
|
||||||
INC_DIR += "/usr/include"
|
INC_DIR += "/usr/include"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue