Update libclang installation comment to libclang-13-dev

Tinygo bumped the default llvm version to v13 in:
tinygo-org/tinygo@3a4e0c9
This commit is contained in:
ZauberNerd
2022-03-10 18:32:23 +00:00
committed by Ron Evans
parent 96c60f9692
commit 4cf8ad2bee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
)
/*
#include <clang-c/Index.h> // if this fails, install libclang-11-dev
#include <clang-c/Index.h> // if this fails, install libclang-13-dev
#include <stdlib.h>
#include <stdint.h>