Skip to content

Commit edc71c0

Browse files
committed
fix a typo in Mac triplet files
1 parent 937f413 commit edc71c0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

cmake/vcpkg_triplets/arm64-osx-otel-matlab.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ if(${PORT} MATCHES "(curl|zlib)")
55
else()
66
set(VCPKG_LIBRARY_LINKAGE static)
77
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()
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

1515
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)

cmake/vcpkg_triplets/x86_64-osx-otel-matlab.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ if(${PORT} MATCHES "(curl|zlib)")
55
else()
66
set(VCPKG_LIBRARY_LINKAGE static)
77
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()
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
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
1515
set(VCPKG_OSX_ARCHITECTURES x86_64)

0 commit comments

Comments
 (0)