Skip to content

Commit

Permalink
fix: use std=c++11 for macos users
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 19, 2024
1 parent 8ef7906 commit 5e2495f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tree-sitter-norg.rockspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,16 @@ 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 5e2495f

Please sign in to comment.