Skip to content

Commit

Permalink
Merge pull request #187 from dabfleming/fix-ld-warning
Browse files Browse the repository at this point in the history
fix: linker warning
  • Loading branch information
mefellows committed Oct 15, 2021
2 parents a1e0f84 + d4cca08 commit 2be2cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/native/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package native

/*
#cgo darwin,amd64 LDFLAGS: -L/tmp -L/opt/pact/lib -L/usr/local/lib -Wl,-rpath -Wl,/opt/pact/lib -Wl,-rpath -Wl,/tmp -Wl,-rpath -Wl,/usr/local/lib -lpact_ffi
#cgo darwin,amd64 LDFLAGS: -L/tmp -L/usr/local/lib -Wl,-rpath -Wl,/tmp -Wl,-rpath -Wl,/usr/local/lib -lpact_ffi
#cgo windows,amd64 LDFLAGS: -lpact_ffi
#cgo linux,amd64 LDFLAGS: -L/tmp -L/opt/pact/lib -L/usr/local/lib -Wl,-rpath -Wl,/opt/pact/lib -Wl,-rpath -Wl,/tmp -Wl,-rpath -Wl,/usr/local/lib -lpact_ffi
*/
Expand Down

0 comments on commit 2be2cde

Please sign in to comment.