Update MacOS_X_InstallGuide.md

This commit is contained in:
defnax 2023-12-05 11:49:19 +01:00 committed by GitHub
parent ec35e74400
commit 493f89643c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,11 +119,8 @@ In QtCreator Projects -> Build -> Build Settings -> Build Steps -> Add Additiona
## Set your Mac OS SDK version
Edit RetroShare.pro and set your installed sdk version example for 11.1 -> rs_macos11.1
CONFIG += c++14 rs_macos11.1
Edit retroshare.pri
Edit retroshare.pri and set your installed sdk version example for 11.1 -> rs_macos11.1 ( line 129:)
macx:CONFIG *= rs_macos11.1
rs_macos10.8:CONFIG -= rs_macos11.1