gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Shared libraries built on macOS should set install name #941

Open big-guy opened 5 years ago

big-guy commented 5 years ago

This makes it consistent with Linux/Cygwin? shared libraries.

When i tried to add this for all platforms, Swift XCTest tests that link against C++ libraries fail on macOS because we do not put the shared libraries into the test bundle and we're apparently relying on the absolute paths for this to work.