mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-03-12 14:01:16 +00:00
Fixed build error.
This commit is contained in:
parent
5b8f637e69
commit
748987c32b
@ -1,7 +1,7 @@
|
||||
package cnutil
|
||||
|
||||
// #cgo CFLAGS: -std=c11 -D_GNU_SOURCE
|
||||
// #cgo LDFLAGS: -L${SRCDIR} -Wl,-rpath=\$ORIGIN/cnutil -lcnutil -Wl,-rpath ${SRCDIR} -lstdc++
|
||||
// #cgo LDFLAGS: -L${SRCDIR}/../build/cnutil -Wl,-rpath=\$ORIGIN/cnutil -lcnutil -Wl,-rpath ${SRCDIR} -lstdc++
|
||||
// #include <stdlib.h>
|
||||
// #include "src/cnutil.h"
|
||||
import "C"
|
||||
|
Loading…
x
Reference in New Issue
Block a user