Skip to content

Commit

Permalink
Added -lrpcdce4
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Nov 1, 2024
1 parent 9b66038 commit 532f65c
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 -lstdc++ -lwinhttp -lws2_32 -lz $(pkg-config --libs libgit2)"
LDLIBS="-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 532f65c

Please sign in to comment.