c/pthread: nogc

This commit is contained in:
xushiwei
2024-08-15 20:43:52 +08:00
parent 03f0a4289b
commit f5bbf4b515
7 changed files with 115 additions and 63 deletions

View File

@@ -27,7 +27,7 @@ import (
)
const (
LLGoFiles = "_pthd/pthd.c"
LLGoFiles = "_wrap/pthd.c"
LLGoPackage = "link"
)