Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstallExecutable overwrites LD_LIBRARY_PATH/DYLD_LIBRARY_PATH #1114

Open
mpnewcomb opened this issue Oct 13, 2022 · 1 comment
Open

InstallExecutable overwrites LD_LIBRARY_PATH/DYLD_LIBRARY_PATH #1114

mpnewcomb opened this issue Oct 13, 2022 · 1 comment
Labels

Comments

@mpnewcomb
Copy link

mpnewcomb commented Oct 13, 2022

I'm trying to link my test but the script to run the test overwrites the LD_LIBRARY_PATH environment variable. Can you update the script to append to LD_LIBRARY_PATH?

LD_LIBRARY_PATH="$APP_BASE_NAME/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"

https://github.com/gradle/gradle/blob/6bd6ea1f7152d8ce958dd2b4e28b756c67ac033b/subprojects/platform-native/src/main/java/org/gradle/nativeplatform/tasks/InstallExecutable.java#L252

@jbartok jbartok added the a:bug label Oct 19, 2022
@ov7a ov7a transferred this issue from gradle/gradle Jun 18, 2024
@ov7a
Copy link
Member

ov7a commented Jun 18, 2024

Sorry for the late reply.

Native support in Gradle is currently not an area of focus. There is no ETA on implementing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants