prefix-dev / rattler-build

rattler-build is a universal package builder for Windows, macOS and Linux
https://prefix-dev.github.io/rattler-build
BSD 3-Clause "New" or "Revised" License
185 stars 38 forks source link

Do we need to take care of `@executable_path` #952

Open wolfv opened 2 months ago

wolfv commented 2 months ago

Ruby creates some files that have an @executable_path (not @loader_path).

We should check what that means and if we need to take care of anything there.