Skip to content

Commit

Permalink
Use llvm-objdump instead of windres for resource section verification
Browse files Browse the repository at this point in the history
  • Loading branch information
a740g committed Sep 14, 2024
1 parent b036bd5 commit 27304c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dist_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case "$2" in
win)
# Verify that the Resource information was correctly applied
# windres returns an error if the exe has no resource section
windresResult=$($ROOT/internal/c/c_compiler/bin/windres.exe -i ./qb64pe.exe)
windresResult=$($ROOT/internal/c/c_compiler/bin/llvm-objdump -s -j .rsrc ./qb64pe.exe)
assert_success_named "Windows Resource Section" printf "\n$windresResult\n"
;;

Expand Down

0 comments on commit 27304c6

Please sign in to comment.