Skip to content

Commit

Permalink
fix some more syntax erros
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoabidmaqbool committed Sep 17, 2024
1 parent 3526a2a commit b0c4746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ ifeq ($(OS), windows)
mkdir -p /d/a/mobile/mobile/build/windows-x64/support/native/java.base/libjava/static;
ls mkdir -p /d/a/mobile/mobile/build/windows-x64/support/native/java.base/libjava;
echo "My dris:"; \
ls /d/a/: \
ls /d/a/mobile: \
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 b0c4746

Please sign in to comment.