We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2df01 commit ec336d7Copy full SHA for ec336d7
packages/conf-flint/conf-flint.3.0/opam
@@ -4,7 +4,7 @@ homepage: "http://flint.org"
4
bug-reports: "https://github.com/flintlib/flint2.git"
5
license: "LGPL-2.1-only"
6
build: [
7
- ["sh" "-exc" "echo \"#include <flint/flint.h>\\n#if __FLINT_VERSION < 3\\n#error \\\"Flint (>= 3.0) is not accessible\\\"\\n#endif\" > test.c"]
+ ["sh" "-exc" "printf \"#include <flint/flint.h>\\n#if __FLINT_VERSION < 3\\n#error \\\"Flint (>= 3.0) is not accessible\\\"\\n#endif\" > test.c"]
8
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" & os != "win32"}
9
[
10
"sh"
0 commit comments