Skip to content

Commit

Permalink
Update opam calls to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA authored and rgrinberg committed Oct 15, 2022
1 parent 1c44e95 commit f965c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/freestanding/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_CONFIG_PATH := $(shell opam config var prefix)/lib/pkgconfig
PKG_CONFIG_PATH := $(shell opam --cli=2.1 var prefix)/lib/pkgconfig

EXISTS := $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --exists ocaml-freestanding; echo $$?)

Expand Down

0 comments on commit f965c91

Please sign in to comment.