Skip to content

Commit ca1d052

Browse files
set mmacosx-version-min=10.13
1 parent 80b490d commit ca1d052

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libretroshare.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,8 @@ message("In rnp_rnplib precompilation code")
11891189
# botan
11901190
LIBRNP_CMAKE_PARAMS *= "-DBOTAN_INCLUDE_DIR=$$clean_path(/usr/local/opt/botan@2/include/botan-2)"
11911191
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
11921194
}
11931195

11941196
win32-g++ {

0 commit comments

Comments
 (0)