this repo has no description

[conf-flint] Use printf instead of echo for freebsd

Changed files
+1 -1
packages
conf-flint
conf-flint.3.0
+1 -1
packages/conf-flint/conf-flint.3.0/opam
···
bug-reports: "https://github.com/flintlib/flint2.git"
license: "LGPL-2.1-only"
build: [
-
["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"]
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" & os != "win32"}
[
"sh"