Can I define LD_LIBRARY_PATH from shell?

Dear Forum,

I’m trying to define LD_LIBRARY_PATH environment variable on Mac using the following command.

system.EnvironmentVariable(“LD_LIBRARY_PATH”)="/Users/leechoonsik/myapp"

However, it doesn’t appear to work although other variables are working fine. Are there certain environment variable names forbidden in Xojo?