mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-04-25 04:16:22 +02:00
fix: Shield build - use standalone shield.cpp instead of full CMake, fix library names
This commit is contained in:
parent
d71ada8977
commit
a9e6553356
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
package engines
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -L${SRCDIR}/../../../../shield/build -lsentinel-shield -lstdc++ -lm -lpthread
|
||||
#cgo LDFLAGS: -L${SRCDIR}/../../../../shield/build -lshield -lstdc++ -lm -lpthread
|
||||
#cgo CFLAGS: -I${SRCDIR}/../../../../shield/include
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue