Skip to content

Commit

Permalink
deps: update libnt submodule
Browse files Browse the repository at this point in the history
Signed-off-by: svoboda18 <dev.svoboda18@gmail.com>
  • Loading branch information
svoboda18 committed Mar 30, 2023
1 parent 3e003d4 commit 2b87370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ $(OBJ)/magiskboot/%.o: %.cpp
@$(CXX) -static $(CXXFLAGS) $(INCLUDES) -c $< -o $@

MAGISKBOOT_LD := $(LIB)/libmincrypt.a $(LIB)/liblzma.a $(LIB)/libbz2.a \
$(LIB)/liblz4.a $(LIB)/libzopfli.a $(LIB)/libfdt.a $(LIB)/libz.a
$(LIB)/liblz4.a $(LIB)/libzopfli.a $(LIB)/libfdt.a $(LIB)/libz.a
ifeq ($(STATIC),0)
override MAGISKBOOT_LD := $(shell echo $(MAGISKBOOT_LD) | sed "s@\(obj/lib/\)lib\(\w\+\)\.a@\1shared/svb\2\.dll@g")
endif
Expand Down
2 changes: 1 addition & 1 deletion libnt
Submodule libnt updated 2 files
+63 −33 libnt.c
+72 −38 test.c

0 comments on commit 2b87370

Please sign in to comment.