Skip to content

Commit

Permalink
Print nasm help
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent e0967de commit df8e21c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
- name: Install nasm
run: brew install nasm

# TODO: REMOVE
- name: Print nasm help
run: nasm --help

- name: Install binutils
run: brew install binutils

Expand Down
1 change: 0 additions & 1 deletion tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,6 @@ static void regenerate_expected_dll(
) {
// printf(" Regenerating expected.so...\n");


#ifdef __x86_64__
run((char *[]){"nasm", nasm_path, "-felf64", "-O0", "-o", nasm_o_path, NULL});
run((char *[]){"ld", nasm_o_path, "-o", expected_dll_path, "-shared", "--hash-style=sysv", NULL});
Expand Down

0 comments on commit df8e21c

Please sign in to comment.