[modify path of libtaos.so]
This commit is contained in:
parent
5e6012f330
commit
f664dd35a2
|
@ -14,8 +14,8 @@
|
|||
*/
|
||||
package taosSql
|
||||
/*
|
||||
#cgo CFLAGS : -I/usr/local/include/taos/
|
||||
#cgo LDFLAGS: -L/usr/local/lib/taos -ltaos
|
||||
#cgo CFLAGS : -I/usr/include
|
||||
#cgo LDFLAGS: -L/usr/lib -ltaos
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue