In M2, I want to load my dylib by dlopen.But the program can not find the library.I tried export DYLD_LIBRARY_PATH=my_path and dose not work.There is no DYLD_LIBRARY_PATH in env list.
↧
In M2, I want to load my dylib by dlopen.But the program can not find the library.I tried export DYLD_LIBRARY_PATH=my_path and dose not work.There is no DYLD_LIBRARY_PATH in env list.