diff --git a/cgo/libclang.go b/cgo/libclang.go index 357bfd52..5a11601b 100644 --- a/cgo/libclang.go +++ b/cgo/libclang.go @@ -16,7 +16,7 @@ import ( ) /* -#include // if this fails, install libclang-11-dev +#include // if this fails, install libclang-13-dev #include #include diff --git a/cgo/libclang_stubs.c b/cgo/libclang_stubs.c index ce9e164a..f06eb2c3 100644 --- a/cgo/libclang_stubs.c +++ b/cgo/libclang_stubs.c @@ -3,7 +3,7 @@ // are slightly different from the ones defined in libclang.go, but they // should be ABI compatible. -#include // if this fails, install libclang-11-dev +#include // if this fails, install libclang-13-dev CXCursor tinygo_clang_getTranslationUnitCursor(CXTranslationUnit tu) { return clang_getTranslationUnitCursor(tu);