From 1f73741cd8471eeee826980db44f8b9acea0c221 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Mon, 25 Dec 2017 16:02:11 +0100 Subject: [PATCH] Add alternative CC command This requires ${CC} to be a split variable, see https://github.com/janestreet/jbuilder/pull/336 --- easymesh/jbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/easymesh/jbuild b/easymesh/jbuild index 9fc5e9c..ab198ed 100644 --- a/easymesh/jbuild +++ b/easymesh/jbuild @@ -31,6 +31,7 @@ ((targets (EasyMesh.exe)) (deps (easymesh.c)) (action (system "${CC} -o EasyMesh.exe easymesh.c -lm")))) + ;(action (run ${CC} -o EasyMesh.exe easymesh.c -lm)))) (install ((section bin)