mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
style: add more debug log
This commit is contained in:
@@ -103,7 +103,7 @@ Need install target OS's `gcc` library, here's an example of use `Mac` building
|
||||
```shell
|
||||
brew install mingw-w64
|
||||
|
||||
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC="x86_64-w64-mingw32-gcc" go build
|
||||
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc go build
|
||||
```
|
||||
|
||||
#### For Linux
|
||||
|
||||
Reference in New Issue
Block a user