From 54f12c86c596d39820c9080752129dd75f4c8801 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 25 Oct 2018 14:24:14 +0200 Subject: [PATCH] use ./cflags.sh here as well --- lib/xen/jbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xen/jbuild b/lib/xen/jbuild index 32cf85a..ebdb4b5 100644 --- a/lib/xen/jbuild +++ b/lib/xen/jbuild @@ -10,4 +10,4 @@ (rule (copy# ../bigstringaf_stubs.c bigstringaf_stubs.c)) -(rule (with-stdout-to cflags.sexp (run cflags.sh))) +(rule (with-stdout-to cflags.sexp (run ./cflags.sh)))