File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ if(${PORT} MATCHES "(curl|zlib)")
55else ()
66 set (VCPKG_LIBRARY_LINKAGE static )
77endif ()
8- + # disable the script to fix rpath for curl, which makes an undesirable change to
9- + # the install name from @rpath/libcurl.4.dylib to @rpath/libcurl.4.8.0.dylib
10- + if(${PORT} MATCHES "curl" )
11- + set(VCPKG_FIXUP_MACHO_RPATH OFF )
12- + endif()
8+ # disable the script to fix rpath for curl, which makes an undesirable change to
9+ # the install name from @rpath/libcurl.4.dylib to @rpath/libcurl.4.8.0.dylib
10+ if (${PORT} MATCHES "curl" )
11+ set (VCPKG_FIXUP_MACHO_RPATH OFF )
12+ endif ()
1313
1414
1515set (VCPKG_CMAKE_SYSTEM_NAME Darwin)
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ if(${PORT} MATCHES "(curl|zlib)")
55else ()
66 set (VCPKG_LIBRARY_LINKAGE static )
77endif ()
8- + # disable the script to fix rpath for curl, which makes an undesirable change to
9- + # the install name from @rpath/libcurl.4.dylib to @rpath/libcurl.4.8.0.dylib
10- + if(${PORT} MATCHES "curl" )
11- + set(VCPKG_FIXUP_MACHO_RPATH OFF )
12- + endif()
8+ # disable the script to fix rpath for curl, which makes an undesirable change to
9+ # the install name from @rpath/libcurl.4.dylib to @rpath/libcurl.4.8.0.dylib
10+ if (${PORT} MATCHES "curl" )
11+ set (VCPKG_FIXUP_MACHO_RPATH OFF )
12+ endif ()
1313
1414set (VCPKG_CMAKE_SYSTEM_NAME Darwin)
1515set (VCPKG_OSX_ARCHITECTURES x86_64)
You can’t perform that action at this time.
0 commit comments