Skip to content

Fix directories variable initialization

Carlos Falcon requested to merge github/fork/cmft/patch-1 into master

Directories variable is not well created for Library projects or multiple projects (DS + Library) since they normally defined $LIB_OBJS instead of $SVC_OBJS for building the libraries.

Fix it, creating directories variable using also $LIB_OBJS variable

Merge request reports