From c0c5c87c29c79b38c9e772ed308ca813123e7eb3 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Thu, 15 Aug 2024 20:47:42 +0800 Subject: [PATCH] mv _pthread => _wrap --- c/pthread/pthread_gc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/pthread/pthread_gc.go b/c/pthread/pthread_gc.go index f45f9d14..28b4e87b 100644 --- a/c/pthread/pthread_gc.go +++ b/c/pthread/pthread_gc.go @@ -26,7 +26,7 @@ import ( ) const ( - LLGoFiles = "$(pkg-config --cflags bdw-gc): _pthread/pthread_gc.c" + LLGoFiles = "$(pkg-config --cflags bdw-gc): _wrap/pthread_gc.c" LLGoPackage = "link: $(pkg-config --libs bdw-gc); -lgc" )