Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
extract: add -lntdll
Browse files Browse the repository at this point in the history
  • Loading branch information
affggh authored Jul 25, 2023
1 parent d07bbff commit 2e81518
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 @@ -248,7 +248,7 @@ bin/dump.erofs$(ext): $(dump_obj) $(all_lib)
bin/extract.erofs$(ext): $(extract_obj) $(all_lib)
@mkdir -p `dirname $@`
@echo -e "\tLD\t $@"
@$(LD) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)
@$(LD) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) -lntdll

fuse_lib_a = winfsp/$(arch)/usr/lib/libfuse-2.8.dll.a
# No nesseary to build fuse but cygwin provide cygfuse we can still use this
Expand Down

0 comments on commit 2e81518

Please sign in to comment.