Skip to content

Commit 5a4979a

Browse files
committed
add both paths
1 parent 3240405 commit 5a4979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibmmq/mqi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ package ibmmq
4545
/*
4646
#cgo !windows CFLAGS: -I/opt/mqm/inc -D_REENTRANT
4747
#cgo windows CFLAGS: -IC:/temp/mq/include -m64
48-
#cgo !windows LDFLAGS: -L/opt/mqm/lib64 -lmqm_r -Wl,-rpath=/opt/mqm/lib64
48+
#cgo !windows LDFLAGS: -L/opt/mqm/lib64 -lmqm_r -Wl,-rpath=/opt/mqm/lib64 -Wl,-rpath=/usr/lib64
4949
#cgo windows LDFLAGS: -L "C:/temp/mq/bin64" -lmqm -m64
5050
5151
#include <stdlib.h>

0 commit comments

Comments
 (0)