Skip to content

Commit

Permalink
fix(ci): don't set -shared on MacOS systems
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 15, 2024
1 parent 4dd67e9 commit 73ab29d
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 @@ -39,7 +39,7 @@ jobs:
printenv
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11 -shared"
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
- name: Install `LuaFileSystem` Package
run: |
luarocks --verbose --local --lua-version=5.1 install luafilesystem
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 @@ -39,7 +39,7 @@ jobs:
printenv
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11 -shared"
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
- name: Install `LuaFileSystem` Package
run: |
luarocks --verbose --local --lua-version=5.1 install luafilesystem
Expand Down

0 comments on commit 73ab29d

Please sign in to comment.