Skip to content

Commit 284aaff

Browse files
authored
Update release-macos.yaml
1 parent cbef5ab commit 284aaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
brew install meson ninja
1919
- name: Build
2020
run: |
21-
LDFLAGS='-static' meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
21+
LDFLAGS='static' meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
2222
ninja -C build
2323
- name: Test
2424
run: |

0 commit comments

Comments
 (0)