Skip to content

Commit

Permalink
revert: remove hack for MacOS systems (hopefully once and for all)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 16, 2024
1 parent 7603da2 commit c8e6476
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
luarocks --verbose pack tree-sitter-orgmode
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --lua-version=5.1 --local -- 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
3 changes: 0 additions & 3 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
luarocks --verbose pack tree-sitter-orgmode
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --lua-version=5.1 --local -- 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 c8e6476

Please sign in to comment.