Skip to content

Commit

Permalink
Add -shared
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent afe997e commit 61c527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
run: sudo ln -s /opt/homebrew/opt/binutils/bin/readelf /usr/local/bin/readelf

- name: Assemble magic.s
run: clang magic.s -o magic.dylib
run: clang magic.s -o magic.dylib -shared

- name: Print magic.dylib file info
run: file magic.dylib
Expand Down

0 comments on commit 61c527b

Please sign in to comment.