this repo has no description

Fix build test on FreeBSD+macOS

Changed files
+2 -1
packages
conf-glpk
conf-glpk.1
+2 -1
packages/conf-glpk/conf-glpk.1/opam
···
license: "GPL-3.0-or-later"
build: [
["sh" "-c" "echo '#include <glpk.h>' > test.c"]
-
["cc" "-E" "test.c"]
+
["cc" "-E" "test.c"] {os = "linux"}
+
["cc" "-E" "-I/usr/local/include" "test.c"] {os = "macos" | os = "freebsd"}
]
depexts: [
["libglpk-dev"] {os-family = "debian"}