diff options
author | H. İbrahim Güngör <igungor@gmail.com> | 2016-01-07 21:26:54 +0200 |
---|---|---|
committer | H. İbrahim Güngör <igungor@gmail.com> | 2016-01-07 21:26:54 +0200 |
commit | 77495bb0a6dc1df4c927852a0496f4991c5165b2 (patch) | |
tree | 24b386daa8b3bdc65b24203ab2fc9537b9aea27b /bindings/go/quackle.go | |
parent | 3235e28a041c08ecebef4bc63c38a91d772793c1 (diff) |
bindings/go: Set library path to current dir
Use ${SRCDIR} directive to set library path as the current directory
Diffstat (limited to 'bindings/go/quackle.go')
-rw-r--r-- | bindings/go/quackle.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/go/quackle.go b/bindings/go/quackle.go index bbc53b8..66323a0 100644 --- a/bindings/go/quackle.go +++ b/bindings/go/quackle.go @@ -2,5 +2,5 @@ package quackle // #cgo CXXFLAGS: -I../.. // #cgo pkg-config: QtCore -// #cgo LDFLAGS: -L. -lquackle -lquackleio -lQtCore +// #cgo LDFLAGS: -L${SRCDIR} -lquackle -lquackleio -lQtCore import "C" |