Don't Set Target and SDK if not MacOS

This commit is contained in:
Phenom 2017-12-15 10:01:30 +01:00
parent 0895b3dbd0
commit 4950ffb466

View File

@ -168,6 +168,7 @@ win32 {
}
}
macx {
rs_macos10.8 {
message(***retroshare.pri: Set Target and SDK to MacOS 10.8 )
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.8
@ -200,7 +201,6 @@ rs_macos10.12 {
QMAKE_CFLAGS += -Wno-nullability-completeness
}
macx {
message(***retroshare.pri:MacOSX)
BIN_DIR += "/usr/bin"
INC_DIR += "/usr/include"