Skip to content

Commit

Permalink
fix: revert old rockspec, should behave properly now with latest luar…
Browse files Browse the repository at this point in the history
…ocks-build-treesitter-parser build step
  • Loading branch information
vhyrro committed Apr 17, 2024
1 parent dbe0bf5 commit 526ed02
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/tree-sitter-norg.rockspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = {
}

build_dependencies = {
'luarocks-build-treesitter-parser >= 1.3.0',
'luarocks-build-treesitter-parser >= 1.5.0',
}

source = {
Expand All @@ -27,16 +27,5 @@ source = {
build = {
type = "treesitter-parser",
lang = "norg",
platforms = {
macosx = {
libflags = {
"-bundle",
"-undefined",
"dynamic_lookup",
"-all_load",
"-std=c++11",
},
},
},
sources = { "src/parser.c", "src/scanner.cc" },
}

0 comments on commit 526ed02

Please sign in to comment.