From 6257f8f79da2bbbedfcbbe90b25840b27781b43a Mon Sep 17 00:00:00 2001 From: Sanggyu Lee Date: Tue, 2 Jan 2018 12:48:31 +0900 Subject: [PATCH] Don't copy libtuv.a to NuttX lib directory (#103) 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