this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix build test on FreeBSD+macOS

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