diff --git a/.github/workflows/build-macosx-aarch64.yml b/.github/workflows/build-macosx-aarch64.yml index d629697db..6d046da43 100644 --- a/.github/workflows/build-macosx-aarch64.yml +++ b/.github/workflows/build-macosx-aarch64.yml @@ -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 diff --git a/.github/workflows/build-macosx-x86_64.yml b/.github/workflows/build-macosx-x86_64.yml index e39024e4b..3b3c5c094 100644 --- a/.github/workflows/build-macosx-x86_64.yml +++ b/.github/workflows/build-macosx-x86_64.yml @@ -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