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