Skip to content

Commit

Permalink
fix: put variables declaration in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 14, 2024
1 parent 59c5509 commit 3bf15f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tree-sitter-norg.rockspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ source = {
dir = '$repo_name-' .. '$archive_dir_suffix',
}

variables = {
LIBFLAG = "-std=c++11",
}

build = {
type = "treesitter-parser",
lang = "norg",
sources = { "src/parser.c", "src/scanner.cc" },
variables = {
LIBFLAG = "-std=c++11",
},
}

0 comments on commit 3bf15f3

Please sign in to comment.