From 59da9c4c4856423c6e7a2add814c7c2f5efd26f1 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 30 Jul 2018 14:44:48 +0000 Subject: [PATCH] updated to help build as part of another module --- src/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SConscript b/src/SConscript index 76e6b7e..8d4a334 100644 --- a/src/SConscript +++ b/src/SConscript @@ -9,8 +9,8 @@ files="ehp.cpp" cpppath=''' ../include - ../third-party/elfio-code - ''' + ''' +cpppath=cpppath+Dir('.').srcnode().abspath+'/../third-party/elfio-code' LIBPATH="$SECURITY_TRANSFORMS_HOME/lib" -- GitLab