Skip to content

Commit

Permalink
Add extra Windows libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Jan 20, 2024
1 parent 608a32c commit 1373b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aria2go/libaria2.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package aria2go
#cgo LDFLAGS: -L./aria2-lib/lib
#cgo LDFLAGS: -laria2 -lcares -lssl -lcrypto
#cgo darwin LDFLAGS: -framework Security
#cgo windows LDFLAGS: -lWS2_32
#cgo windows LDFLAGS: -lws2_32 -lwsock32 -lgdi32 -lwinmm -liphlpapi -lpsapi
#include <stdlib.h>
#include "aria2_c.h"
*/
Expand Down

0 comments on commit 1373b0e

Please sign in to comment.