Skip to content

Commit

Permalink
Fixing #cgo build for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Feb 7, 2024
1 parent 69e74ac commit 88e8b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion heif.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ package heif
#cgo CFLAGS: -I${SRCDIR} -fPIC -fexceptions
#cgo LDFLAGS: -static -static-libgcc -static-libstdc++ -pie
#cgo !darwin LDFLAGS: -static -static-libgcc -static-libstdc++ -pie
#cgo LDFLAGS: -lheif -lde265
#cgo !darwin LDFLAGS: -lx265
Expand Down

0 comments on commit 88e8b4e

Please sign in to comment.