Skip to content

Commit

Permalink
fix: linker warning
Browse files Browse the repository at this point in the history
Fix the linker warning by removing old pact path
  • Loading branch information
dabfleming committed Oct 14, 2021
1 parent 3a89e96 commit d4cca08
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 d4cca08

Please sign in to comment.