Skip to content

Instantly share code, notes, and snippets.

@selvan
Last active April 9, 2023 06:33
Show Gist options
  • Save selvan/1c14417c1cc93822c59cb2274d9f3adc to your computer and use it in GitHub Desktop.
Save selvan/1c14417c1cc93822c59cb2274d9f3adc to your computer and use it in GitHub Desktop.
GO build with cgo ldflags
go clean -cache
CGO_LDFLAGS="-L/usr/local/Cellar/x264/r3095/lib" go build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment