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" )