mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
See https://nodejs.org/en/blog/release/v10.15.3/ The host tool "torque" is unfortunately not built by complying to our LDFLAGS, so it is not built with the proper RPATH. We fix that using patchelf, and install it to $(HOST_DIR) to make it available during the build of the target nodejs. Signed-off-by: Martin Bark <martin@barkynet.com> [Thomas: - add explanation in the commit log about torque - install torque in $(HOST_DIR)/bin and not $(HOST_DIR)/usr/bin] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>