Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lib/bindings/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
PKG_CONFIG_PATH := $(shell opam config var prefix)/lib/pkgconfig
ifneq (, $(shell command -v opam))
PKG_CONFIG_PATH ?= $(shell opam var prefix)/lib/pkgconfig
endif

CC ?= cc
FREESTANDING_CFLAGS := $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --cflags ocaml-freestanding)
Expand Down
2 changes: 1 addition & 1 deletion mirage-solo5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [
depends: [
"dune" {>= "2.6.0"}
"bheap" {>= "2.0.0"}
"ocaml" {>= "4.06.0"}
"ocaml" {>= "4.08.0"}
"cstruct" {>= "1.0.1"}
"lwt" {>= "2.4.3"}
"ocaml-freestanding" {>= "0.4.5"}
Expand Down