We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3240405 commit 5a4979aCopy full SHA for 5a4979a
ibmmq/mqi.go
@@ -45,7 +45,7 @@ package ibmmq
45
/*
46
#cgo !windows CFLAGS: -I/opt/mqm/inc -D_REENTRANT
47
#cgo windows CFLAGS: -IC:/temp/mq/include -m64
48
-#cgo !windows LDFLAGS: -L/opt/mqm/lib64 -lmqm_r -Wl,-rpath=/opt/mqm/lib64
+#cgo !windows LDFLAGS: -L/opt/mqm/lib64 -lmqm_r -Wl,-rpath=/opt/mqm/lib64 -Wl,-rpath=/usr/lib64
49
#cgo windows LDFLAGS: -L "C:/temp/mq/bin64" -lmqm -m64
50
51
#include <stdlib.h>
0 commit comments