We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcc43a commit 621f62fCopy full SHA for 621f62f
projects/imagemagick/run_tests.sh
@@ -18,4 +18,8 @@
18
rgrep --files-with-matches '\-lheif' . \
19
| xargs -r sed -i 's/-lheif/-lheif -lc++/'
20
21
-make -j"$(nproc)" check
+make -j"$(nproc)" check-TESTS
22
+
23
+# Undo patches.
24
+rgrep --files-with-matches -- '-lheif -lc++' . \
25
+ | xargs -r sed -i 's/-lheif -lc++/-lheif/'
0 commit comments