This is an automated email from the ASF dual-hosted git repository.

yuchanns pushed a commit to branch support-darwin
in repository https://gitbox.apache.org/repos/asf/opendal-go-services.git


The following commit(s) were added to refs/heads/support-darwin by this push:
     new 7371ec7  template: use dynamic lib
7371ec7 is described below

commit 7371ec718e4ca5d28aebb216a5de2f557e33b93f
Author: Hanchin Hsieh <[email protected]>
AuthorDate: Mon Nov 18 13:03:24 2024 +0800

    template: use dynamic lib
---
 internal/generate/templates/embed_{{.os}}_{{.arch}}.go.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/generate/templates/embed_{{.os}}_{{.arch}}.go.tpl 
b/internal/generate/templates/embed_{{.os}}_{{.arch}}.go.tpl
index 2f7cd51..9ff4c79 100644
--- a/internal/generate/templates/embed_{{.os}}_{{.arch}}.go.tpl
+++ b/internal/generate/templates/embed_{{.os}}_{{.arch}}.go.tpl
@@ -21,5 +21,5 @@ package {{.pkg}}
 
 import _ "embed"
 
-//go:embed libopendal_c.{{.os}}.{{.arch}}.so.zst
+//go:embed libopendal_c.{{.os}}.{{.arch}}.{{.so}}.zst
 var libopendalZst []byte

Reply via email to