This commit fixes below error at chrome launch on desktop.
/out.chrome.x64/chrome_tizen: error while loading shared libraries:
libchromium-ewk.so: cannot open shared object file: No such file or directory
Change-Id: I69031292a0d101c0c91cb87ce4b5e89ddb472b32
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
export EVAS_GL_NO_BLACKLIST=1
-export LD_LIBRARY_PATH=$PWD/out.chrome.x64/Dependencies/Root/lib64/:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=$PWD/out.chrome.x64/:$LD_LIBRARY_PATH
./out.chrome.x64/chrome_tizen $1 --no-sandbox --ignore-gpu-blocklist --use-gl=egl --ozone-platform=efl --window-size=800,600