Change VCPKG_FIXUP_ELF_RPATH inside a port #35684
asfernandes
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes, portfile is included after triplet. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a port and testing with linux-x64-dynamic. VCPKG_FIXUP_ELF_RPATH is causing a problem with this package, that already defines
$ORIGIN
-based rpath and is relocatable.Is it safe to
set(VCPKG_FIXUP_ELF_RPATH OFF)
inside aportfile.cmake
without it interfere with other ports?Beta Was this translation helpful? Give feedback.
All reactions