is there way to set to setenv LD_PATHS? #299
-
I was trying os.Setenv("LD_LIBRARY_PATH", "/system/vendor/lib64:/system/lib64"), but it was not working..., so it is there some way how? |
Beta Was this translation helpful? Give feedback.
Answered by
TotallyGamerJet
Mar 2, 2025
Replies: 1 comment 3 replies
-
What do you mean by "it's not working"? Can you explain exactly what you tried and what happened and what you expected? Normally you set LD_LIBRARY_PATH before calling the process but setting inside it should work too. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Purego doesn't have much benefit on Android or iOS since it still requires a C compiler due to those platforms' buildmode