Skip to content

Commit

Permalink
Added -lcrypt32
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Nov 1, 2024
1 parent 532f65c commit 5489a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export CMAKE_INSTALL_PREFIX="C:/ProgramData/libgit2"

export PKG_CONFIG_PATH="C:/ProgramData/libgit2/lib/pkgconfig"
LDFLAGS="-static"
LDLIBS="-lole32 -lrpcrt4 -lstdc++ -lwinhttp -lws2_32 -lz $(pkg-config --libs libgit2)"
LDLIBS="-lcrypt32 -lole32 -lrpcrt4 -lstdc++ -lwinhttp -lws2_32 -lz $(pkg-config --libs libgit2)"
(
cd custom-prompt
make LDFLAGS="$LDFLAGS" LDLIBS="$LDLIBS" -j release
Expand Down

0 comments on commit 5489a40

Please sign in to comment.