Files
nixpkgs/pkgs/by-name/nr/nrg2iso/c-compiler.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
188 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
Support building with compilers such as Clang.
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all: nrg2iso.c
- gcc nrg2iso.c -o nrg2iso
+ cc nrg2iso.c -o nrg2iso
clean:
rm -f nrg2iso