mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-07-09 22:42:55 +08:00
🐛 fix(ci): 修复 DuckDB Windows 可选驱动构建的 CGO 参数污染
This commit is contained in:
@@ -430,7 +430,7 @@ func TestDuckDBWindowsBuildUsesDynamicLibraryTag(t *testing.T) {
|
||||
func TestDuckDBWindowsDynamicLibraryCGOLDFlagsIncludeSupportLibraries(t *testing.T) {
|
||||
flags := duckDBWindowsDynamicLibraryCGOLDFlags(`C:\tmp\duckdb lib`)
|
||||
for _, expected := range []string{
|
||||
`-L"C:/tmp/duckdb lib"`,
|
||||
`-LC:/tmp/duckdb lib`,
|
||||
"-lduckdb",
|
||||
"-lstdc++",
|
||||
"-lm",
|
||||
|
||||
Reference in New Issue
Block a user