diff options
Diffstat (limited to 'packages/TPF/maketpf.env_curl')
-rw-r--r-- | packages/TPF/maketpf.env_curl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/TPF/maketpf.env_curl b/packages/TPF/maketpf.env_curl index fd9a90f28..91a2573a1 100644 --- a/packages/TPF/maketpf.env_curl +++ b/packages/TPF/maketpf.env_curl @@ -6,7 +6,8 @@ ################################################################################ # Define the directories where the shared objects reside -################################################################################ +################################################################################ + ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib) ################################################################################ |