fix: Shield build - use standalone shield.cpp instead of full CMake, fix library names

This commit is contained in:
DmitrL-dev 2026-03-23 19:07:34 +10:00
parent d71ada8977
commit a9e6553356

View file

@ -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>