We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b490d commit ca1d052Copy full SHA for ca1d052
1 file changed
src/libretroshare.pro
@@ -1189,6 +1189,8 @@ message("In rnp_rnplib precompilation code")
1189
# botan
1190
LIBRNP_CMAKE_PARAMS *= "-DBOTAN_INCLUDE_DIR=$$clean_path(/usr/local/opt/botan@2/include/botan-2)"
1191
LIBRNP_CMAKE_PARAMS *= "-DBOTAN_LIBRARY=$$clean_path(/usr/local/opt/botan@2/lib/libbotan-2.a)"
1192
+ # set minimum Mac Version to not get different endresults of min versions
1193
+ LIBRNP_CMAKE_CXXFLAGS = -mmacosx-version-min=10.13
1194
}
1195
1196
win32-g++ {
0 commit comments