Skip to content

Commit

Permalink
Add extra libs for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Jan 21, 2024
1 parent c0dd49a commit 60ecc29
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: -lcrypt32 -lws2_32 -lwsock32 -lgdi32 -lwinmm -liphlpapi -lpsapi
#cgo windows LDFLAGS: -lws2_32 -lwsock32 -lgdi32 -lwinmm -liphlpapi -lpsapi -lcrypt32 -lsecur32 -ladvapi32
#include <stdlib.h>
#include "aria2_c.h"
*/
Expand Down

0 comments on commit 60ecc29

Please sign in to comment.