Skip to content

Commit

Permalink
Try to target linux ELF64
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 15, 2024
1 parent 6072ce0 commit 61d83ea
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.so -shared
run: clang magic.s -o magic.so -shared --target=aarch64-unknown-linux-gnu

- name: objdump -D magic.so
run: objdump -D magic.so
Expand Down

0 comments on commit 61d83ea

Please sign in to comment.