cl:compile with clang++

This commit is contained in:
luoliwoshang
2025-06-11 17:01:12 +08:00
parent 47c119a2d7
commit f2f93c7f5f
7 changed files with 23 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ package bitcast
import _ "unsafe"
const (
LLGoFiles = "_cast/cast.c"
LLGoFiles = "_cast/cast.cpp"
LLGoPackage = "link"
)