From 450b97b9d70cfca578d3f2621e5e7e2eb8cc8403 Mon Sep 17 00:00:00 2001 From: Sam Blackshear Date: Mon, 7 Mar 2016 08:22:36 -0800 Subject: [PATCH] make ounit dep work on case-sensitive filesystems Reviewed By: cristianoc, jvillard Differential Revision: D3016724 fb-gh-sync-id: 550c04a shipit-source-id: 550c04a --- opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam b/opam index 80c49cd9e..f5c16dcb4 100644 --- a/opam +++ b/opam @@ -20,7 +20,7 @@ depends: [ "atdgen" {>="1.6.0"} "javalib" {>="2.3.1"} "extlib" {>="1.5.4"} - "oUnit" {>="2.0.0"} + "ounit" {>="2.0.0"} ] depexts: [ [ ["ubuntu"] ["python2.7-dev"] ]