[API] Define SO_EXT that represents filename extension for shared object
authorWook Song <wook16.song@samsung.com>
Wed, 4 Sep 2019 15:06:42 +0000 (00:06 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 5 Sep 2019 07:08:15 +0000 (16:08 +0900)
commit60a2e405bdd466dcc839c90a4075a5a42c6302fe
tree51cd4178c146e322150c999712aa9deb08a70150
parentfa636a9882e920f9cb1dbc2e4e96082b86f4776f
[API] Define SO_EXT that represents filename extension for shared object

A filename extension of a dynamic loadable library could differ between
system platforms such as Linux and macOS. In order to consider this
issue, this patch defines an environment variable, SO_EXT, which
represents a filename extension for a shared object according to the
system platform.

Signed-off-by: Wook Song <wook16.song@samsung.com>
ssat-api.sh