diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 20:53:12 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 20:53:12 +0400 |
| commit | f15877d544818fd4c6009433299acff6df993e8d (patch) | |
| tree | f4c2848d3c6f7331434f33b0c4faaf9acf199f72 /exes | |
| parent | 4053b78fb805be88fef84b3eb220a75f540014a2 (diff) | |
remove -lcrypto for 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 3a8a9d8..293907b 100644 --- a/exes/all/main.go +++ b/exes/all/main.go @@ -1,7 +1,7 @@ package main /* -#cgo LDFLAGS: -L./build -lall -lcrypto -lz -ldl -lssl -lm +#cgo LDFLAGS: -L./build -lall -lz -ldl -lssl -lm #include "./build/all.h" */ import "C" |
