commit | 1ee821ec62d0adf1fc6132a1cf853d3af0467908 | [log] [tgz] |
---|---|---|
author | Tina Zhang <tina.zhang@intel.com> | Fri Jul 25 10:13:53 2014 +0800 |
committer | Vince Harron <vharron@google.com> | Sun Jul 27 19:41:56 2014 -0700 |
tree | 2f1d08fc297d189ad081026edcd8a096c357c7c4 | |
parent | ec58e2e9626c5f4c5da339a77178d81c32fdb461 [diff] |
Support dynamic lib name without ".dylib" on Mac On Mac, some of the dynamic libs has name without ".dylib". Like, "System/Library/Frameworks/OpenGL.framework/OpenGL", we need solution to handle it in the dlopen() API. Change-Id: Ie513ace5a0d7d154f73e0f13919005d1498901d7 Signed-off-by: Tina Zhang <tina.zhang@intel.com> Signed-off-by: Chao Qin <chaox.qin@intel.com>