Skip to content

Commit

Permalink
try to extract files in temp form libjdk.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoabidmaqbool committed Sep 17, 2024
1 parent 8e2ffd0 commit a9b068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ifeq ($(OS), windows)
mkdir -p $$TMPDIR; \
$(AR) t $(JDKLIB) | xargs -n 1 dirname | sort -u > dirlist.txt; \
xargs mkdir -p < dirlist.txt; \
(cd $$TMPDIR && $(AR) x $(JDKLIB)); \
(cd $$TMPDIR && mkdir -p temp && $(AR) x --output temp $(JDKLIB)); ls temp; \
$(AR) $(ARFLAGS) $@ $(shell find D:/a/mobile/mobile/build/windows-x64/support/native -type f -name '*.*') $^; \
else \
echo "Existing library not found. Creating static library with object files only."; \
Expand Down

0 comments on commit a9b068c

Please sign in to comment.