diff --git a/stt/sttselvas.go b/stt/sttselvas.go index 773a4a0..9f18ad5 100644 --- a/stt/sttselvas.go +++ b/stt/sttselvas.go @@ -2,7 +2,7 @@ package stt /* -#cgo LDFLAGS: -lstdc++ -lssl -lcrypto /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/LIB/c_linux/x64/libASRLIB.a +#cgo LDFLAGS: -lstdc++ -ldl /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/LIB/c_linux/x64/libASRLIB.a /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/OpenSSL/Linux/Linux_x64/libssl.a /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/OpenSSL/Linux/Linux_x64/libcrypto.a #cgo CFLAGS: -I /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/INCLUDE #include #include diff --git a/tts/ttsselvas.go b/tts/ttsselvas.go index 3da6012..ff4514c 100644 --- a/tts/ttsselvas.go +++ b/tts/ttsselvas.go @@ -2,8 +2,8 @@ package tts /* -#cgo LDFLAGS: /home/shbaik/dev/work/voiceagent/extlib/selvastts/lib/Linux/C/x64/libpttsnet_m.a -#cgo CFLAGS: -I /home/shbaik/dev/work/voiceagent/extlib/selvastts/include +#cgo LDFLAGS: /home/leejj9612/dev/voiceagent/extlib/selvastts/lib/Linux/C/x64/libpttsnet_m.a +#cgo CFLAGS: -I /home/leejj9612/dev/voiceagent/extlib/selvastts/include #include #include #include