Skip to content

Commit

Permalink
fix(ci): set default flags for MacOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 15, 2024
1 parent bb137c7 commit 4b49a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
luarocks --verbose pack tree-sitter-orgmode
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
luarocks config --scope=system -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11"
- name: Install `tree-sitter-norg` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
luarocks --verbose pack tree-sitter-orgmode
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
luarocks config --scope=system -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11"
- name: Install `tree-sitter-norg` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
Expand Down

0 comments on commit 4b49a45

Please sign in to comment.