diff --git a/cnutil/cnutil.go b/cnutil/cnutil.go index 48e2cec..d54344b 100644 --- a/cnutil/cnutil.go +++ b/cnutil/cnutil.go @@ -1,7 +1,7 @@ package cnutil // #cgo CFLAGS: -std=c11 -D_GNU_SOURCE -// #cgo LDFLAGS: -L${SRCDIR} -lcnutil -Wl,-rpath ${SRCDIR} -lstdc++ +// #cgo LDFLAGS: -L${SRCDIR} -lcnutil -lstdc++ // #include // #include "src/cnutil.h" import "C" diff --git a/hashing/hashing.go b/hashing/hashing.go index 412eed5..803f50a 100644 --- a/hashing/hashing.go +++ b/hashing/hashing.go @@ -1,7 +1,7 @@ package hashing // #cgo CFLAGS: -std=c11 -D_GNU_SOURCE -// #cgo LDFLAGS: -L${SRCDIR} -lhashing -Wl,-rpath ${SRCDIR} -lstdc++ +// #cgo LDFLAGS: -L${SRCDIR} -lhashing -lstdc++ // #include // #include // #include "src/hashing.h"