From f3e2d76cadb5348c5b774c05857c0c460d772c40 Mon Sep 17 00:00:00 2001 From: Wayne Lewis <wayne.lewis@ess.eu> Date: Wed, 23 Sep 2020 21:51:35 +0200 Subject: [PATCH] Expose module library installation location variable Required to support installation of pre-compiled e3 module library for OPC/UA module. --- configure/modules/CONFIG_E3_PATH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/modules/CONFIG_E3_PATH b/configure/modules/CONFIG_E3_PATH index a500dbf1..89bc3658 100644 --- a/configure/modules/CONFIG_E3_PATH +++ b/configure/modules/CONFIG_E3_PATH @@ -34,7 +34,7 @@ EXPORT_VARS+=E3_MODULES_VENDOR_LIBS_LOCATION #EXPORT_VARS+=E3_MODULES_INSTALL_LOCATION_INC #EXPORT_VARS+=E3_MODULES_INSTALL_LOCATION_DB #EXPORT_VARS+=E3_MODULES_INSTALL_LOCATION_BIN -#EXPORT_VARS+=E3_MODULES_INSTALL_LOCATION_LIB +EXPORT_VARS+=E3_MODULES_INSTALL_LOCATION_LIB #EXPORT_VARS+=E3_MODULES_INSTALL_LOCATION_LIB_LINK # It is a bit weird, it would be better to implement within driver.makefile later -- GitLab