Samsung / libtuv

Asynchronous I/O for IoT.js and embedded system
Apache License 2.0
129 stars 76 forks source link

Don't copy libtuv.a to NuttX lib directory #103

Closed glistening closed 6 years ago

glistening commented 6 years ago

Our policy for copying libtuv.a is changed for consistency. In IoT.js, dep libraries have different policy on copying the output. For example, libtuv is copied to target OS's library folders for NuttX, but not copied for TizenRT. libhttpparser is not copied at all for all platforms. libtuv will not copy the final output library to other directories. Each application will gather the dep libraries to target OS's lib folder.

libtuv-DCO-1.0-Signed-off-by: Sanggyu Lee sg5.lee@samsung.com

glistening commented 6 years ago

For IoT.js, libtuv.a is copied to NuttX's library folder in https://github.com/Samsung/iotjs/blob/master/config/nuttx/stm32f4dis/app/Makefile#L124. So the lines in this PR is duplicated. From now, developers who uses libtuv will handle copying on his/her own Makefile on target OS.

yichoi commented 6 years ago

LGTM