Skip to content

Commit

Permalink
ensure to create the destination directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 29, 2024
1 parent 9dde172 commit 488820c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ dummy_libs:
#
# Create empty placeholder libraries.
#
mkdir -p "$(SYSROOT_LIB)" && \
for name in m rt pthread crypt util xnet resolv; do \
$(AR) crs "$(SYSROOT_LIB)/lib$${name}.a"; \
done
Expand Down

0 comments on commit 488820c

Please sign in to comment.