objects deletion after link and pack_static_lib
This commit is contained in:
@@ -183,6 +183,7 @@ function pack_static_lib {
|
|||||||
else
|
else
|
||||||
error "some error happened"
|
error "some error happened"
|
||||||
fi
|
fi
|
||||||
|
clean_dir "$OBJDIR/objects"
|
||||||
}
|
}
|
||||||
|
|
||||||
function link {
|
function link {
|
||||||
@@ -216,4 +217,5 @@ function link {
|
|||||||
else
|
else
|
||||||
error "some error happened"
|
error "some error happened"
|
||||||
fi
|
fi
|
||||||
|
clean_dir "$OBJDIR/objects"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user