Skip to content

Commit

Permalink
some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoabidmaqbool committed Sep 17, 2024
1 parent ba9c386 commit 0f40f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ ifeq ($(OS), windows)
xargs mkdir -p < dirlist.txt; \
echo "My dris:"; \
ls /d/; \
ls /d/a/: \
ls /d/a/mobile: \
echo $(shell find /d/a/mobile/mobile/build/windows-x64/support/native -type f -name '*.*'); \
(cd $$TMPDIR && $(AR) x $(JDKLIB)); \
$(AR) $(ARFLAGS) $@ $(shell find D:/a/mobile/mobile/build/windows-x64/support/native -type f -name '*.*') $^; \
Expand Down

0 comments on commit 0f40f34

Please sign in to comment.