diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:17:05 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:17:05 +0400 |
| commit | ddba63f03396dec28f581c4254f403bac1577b4d (patch) | |
| tree | b96c54c90b883810d8fa7ed2614283e2671fb796 /exes | |
| parent | f15877d544818fd4c6009433299acff6df993e8d (diff) | |
fix macos
Diffstat (limited to 'exes')
| -rw-r--r-- | exes/all/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/all/main.go b/exes/all/main.go index 293907b..3a8a9d8 100644 --- a/exes/all/main.go +++ b/exes/all/main.go @@ -1,7 +1,7 @@ package main /* -#cgo LDFLAGS: -L./build -lall -lz -ldl -lssl -lm +#cgo LDFLAGS: -L./build -lall -lcrypto -lz -ldl -lssl -lm #include "./build/all.h" */ import "C" |
