1. 修改lib库引用位置

This commit is contained in:
kunmeng
2025-02-27 11:28:41 +08:00
parent a4caf70ae8
commit 3124c12f67
2 changed files with 1 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ package core
/* /*
#cgo CFLAGS: -I../include #cgo CFLAGS: -I../include
#cgo LDFLAGS: -L../libs/x86_64 -lHCCore -lhcnetsdk -lhpr -lNPQos -lSuperRender #cgo LDFLAGS: -L${SRCDIR}/../libs/x86_64 -lHCCore -lhcnetsdk -lhpr -lNPQos -lSuperRender
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stddef.h> #include <stddef.h>

View File

@@ -1,7 +0,0 @@
//go:build linux && amd64
package core
/*
*/
import "C"