Skip to content

Commit

Permalink
feat: properly build on MacOS machines
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 13, 2024
1 parent 7414011 commit a533135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tree-sitter-norg.rockspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ source = {
dir = '$repo_name-' .. '$archive_dir_suffix',
}

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

build = {
type = "treesitter-parser",
lang = "norg",
Expand Down

0 comments on commit a533135

Please sign in to comment.